Explorar el Código

Patched to compile with MingW64 on case-sensitive systems (thanks, Martin!).

Fixes Bugzilla #2440.
Ryan C. Gordon hace 11 años
padre
commit
db568d69d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/video/windows/SDL_windowsvideo.c

+ 1 - 1
src/video/windows/SDL_windowsvideo.c

@@ -247,7 +247,7 @@ SDL_Direct3D9GetAdapterIndex( int displayIndex )
 
 #define CINTERFACE
 #define COBJMACROS
-#include <DXGI.h>
+#include <dxgi.h>
 
 SDL_bool 
 DXGI_LoadDLL( void **pDXGIDLL , IDXGIFactory **pDXGIFactory )