Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compile error on Visual C++
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 26, 2011
1 parent 2a14b8d commit e0930d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_atomic.h
Expand Up @@ -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++ */
Expand Down

0 comments on commit e0930d0

Please sign in to comment.