mirror of https://github.com/encounter/SDL.git
Patched to compile with MingW64 on case-sensitive systems (thanks, Martin!).
Fixes Bugzilla #2440.
This commit is contained in:
parent
5755fa4b9e
commit
db568d69d8
|
@ -247,7 +247,7 @@ SDL_Direct3D9GetAdapterIndex( int displayIndex )
|
||||||
|
|
||||||
#define CINTERFACE
|
#define CINTERFACE
|
||||||
#define COBJMACROS
|
#define COBJMACROS
|
||||||
#include <DXGI.h>
|
#include <dxgi.h>
|
||||||
|
|
||||||
SDL_bool
|
SDL_bool
|
||||||
DXGI_LoadDLL( void **pDXGIDLL , IDXGIFactory **pDXGIFactory )
|
DXGI_LoadDLL( void **pDXGIDLL , IDXGIFactory **pDXGIFactory )
|
||||||
|
|
Loading…
Reference in New Issue