mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Include windows.h in atomics framework for windows
This commit is contained in:
parent
0d28ae37e5
commit
6b0bb05068
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue