Fixed building with Visual Studio 2010

This commit is contained in:
Sam Lantinga
2023-01-09 18:30:23 -08:00
parent 9fa55d9cab
commit 56522034db
7 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
*/
#include "SDL_internal.h"
#if defined(_MSC_VER) && (_MSC_VER >= 1500)
#if defined(_MSC_VER) && (_MSC_VER >= 1900)
#include <intrin.h>
#define HAVE_MSC_ATOMICS 1
#endif