mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-26 14:11:01 +00:00
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 COBJMACROS
|
||||
#include <DXGI.h>
|
||||
#include <dxgi.h>
|
||||
|
||||
SDL_bool
|
||||
DXGI_LoadDLL( void **pDXGIDLL , IDXGIFactory **pDXGIFactory )
|
||||
|
|
Loading…
Reference in a new issue