Update SDL2 to 2.0.3

This commit is contained in:
MAN-AT-ARMS 2014-03-24 19:13:56 -04:00
parent c55df2c9aa
commit d426ed307d
27 changed files with 434 additions and 7 deletions

View file

@ -32,7 +32,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(_M_IX86) || defined(_M_X64))
#include <intrin.h>
#ifndef _WIN64
#define __MMX__