Commit 81dee435 authored by Sam Lantinga's avatar Sam Lantinga

Fixed compile error on Visual C++

parent 29e0bf97
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
/* Visual Studio 2005 has a bug where intrin.h conflicts with winnt.h */ /* Visual Studio 2005 has a bug where intrin.h conflicts with winnt.h */
#if defined(_MSC_VER) && (_MSC_VER >= 1500) && !defined(_WIN32_WCE) #if defined(_MSC_VER) && (_MSC_VER >= 1500) && !defined(_WIN32_WCE)
#include <intrin.h> #include <intrin.h>
#define HAVE_MSC_ATOMICS #define HAVE_MSC_ATOMICS 1
#endif #endif
/* Set up for C function definitions, even when using C++ */ /* Set up for C function definitions, even when using C++ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment