Merge changes from the witness.
This commit is contained in:
9
src/nvthread/Win32.h
Normal file
9
src/nvthread/Win32.h
Normal file
@ -0,0 +1,9 @@
|
||||
// This code is in the public domain -- castano@gmail.com
|
||||
|
||||
// Never include this from a header file.
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define VC_EXTRALEAN
|
||||
#define _WIN32_WINNT 0x0400 // for SwitchToThread, TryEnterCriticalSection
|
||||
#include <windows.h>
|
||||
//#include <process.h> // for _beginthreadex
|
Reference in New Issue
Block a user