diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-13 13:54:15 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-13 13:54:15 (GMT) |
| commit | 2b51441573dfb4ca99b283d2322afd3c7cbfc5ca (patch) | |
| tree | 9f11072249d2650cffd57076c7d6f1b6c8b3ba48 | |
| parent | d7e12b7b430435ba7ae9616976fad6f5a09c1d3f (diff) | |
| download | powder-2b51441573dfb4ca99b283d2322afd3c7cbfc5ca.zip powder-2b51441573dfb4ca99b283d2322afd3c7cbfc5ca.tar.gz | |
Linux fix with SDL_syswm
| -rw-r--r-- | src/Misc.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -4,10 +4,6 @@ #include <stdlib.h> #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__) #define x86_cpuid(func,af,bf,cf,df) \ do {\ |
