Linux fix with SDL_syswm

This commit is contained in:
Simon Robertshaw 2012-06-13 14:54:15 +01:00
parent d7e12b7b43
commit 2b51441573

View File

@ -4,10 +4,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <string> #include <string>
#if defined(USE_SDL) && (defined(LIN32) || defined(LIN64)) && defined(SDL_VIDEO_DRIVER_X11)
#include <SDL/SDL_syswm.h>
#endif
#if defined(WIN32) && !defined(__GNUC__) #if defined(WIN32) && !defined(__GNUC__)
#define x86_cpuid(func,af,bf,cf,df) \ #define x86_cpuid(func,af,bf,cf,df) \
do {\ do {\