Kaynağa Gözat

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

Fixes Bugzilla #2440.
Ryan C. Gordon 11 yıl önce
ebeveyn
işleme
db568d69d8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 )