Include windows.h in atomics framework for windows

This commit is contained in:
Mikael Ronstrom 2009-12-15 18:12:49 +01:00
parent 0d28ae37e5
commit 6b0bb05068

View file

@ -23,6 +23,7 @@
*/
#undef MY_ATOMIC_HAS_8_16
#include <windows.h>
/*
x86 compilers (both VS2003 or VS2005) never use instrinsics, but generate
function calls to kernel32 instead, even in the optimized build.