enable windows specific thread stuff
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@150 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
718d2b32de
commit
d4a72ab914
2 changed files with 8 additions and 2 deletions
|
@ -18,6 +18,10 @@
|
|||
# pragma warning(disable: 4018 4097 4100 4213 4290 4512 4514 4700 4702 4710 4786 4800)
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <Windows.h> // for threads, part of the sdk, disable if not found
|
||||
#endif
|
||||
|
||||
// Some platforms might have difficulty with this
|
||||
// Need to ifdef around those cases.
|
||||
// TODO SGB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue