Fixed compile error on Visual C++

This commit is contained in:
Sam Lantinga 2011-01-25 17:44:17 -08:00
parent 29e0bf97e0
commit 81dee4358f

View file

@ -65,7 +65,7 @@
/* Visual Studio 2005 has a bug where intrin.h conflicts with winnt.h */
#if defined(_MSC_VER) && (_MSC_VER >= 1500) && !defined(_WIN32_WCE)
#include <intrin.h>
#define HAVE_MSC_ATOMICS
#define HAVE_MSC_ATOMICS 1
#endif
/* Set up for C function definitions, even when using C++ */