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

Fixes Bugzilla #2440.
This commit is contained in:
Ryan C. Gordon 2014-03-09 11:52:52 -04:00
parent 5755fa4b9e
commit db568d69d8
1 changed files with 1 additions and 1 deletions

View File

@ -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 )