mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 18:55:32 -05:00
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
/* Need to do this here because intrin.h has C++ code in it */
|
||||
/* Visual Studio 2005 has a bug where intrin.h conflicts with winnt.h */
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1500)
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1500) && !defined(_WIN32_WCE)
|
||||
#include <intrin.h>
|
||||
#define HAVE_MSC_ATOMICS
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user