Patched to compile with MingW64 on case-sensitive systems (thanks, Martin!).
Fixes Bugzilla #2440.
This commit is contained in:
parent
08b3e512b9
commit
e0f70ee928
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue