#include <winbase.h> is not enough for Visual C++ 2013, it errors:
[oota-llvm.git] / lib / Support / Windows / Threading.inc
index 41fdd981fd6e71816e2d48d20f964665c28b8f4c..196be890dbfddbafd1b2eeca76f796e27634bb0b 100644 (file)
@@ -1,4 +1,4 @@
-#include <winbase.h>
+ #include <windows.h>
 
 #ifdef MemoryFence
 // WinNT.h seems to define a MemoryFence macro.