Skip to content

Commit

Permalink
Patched to compile with MingW64 on case-sensitive systems (thanks, Ma…
Browse files Browse the repository at this point in the history
…rtin!).

Fixes Bugzilla #2440.
  • Loading branch information
icculus committed Mar 9, 2014
1 parent 5755fa4 commit db568d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windows/SDL_windowsvideo.c
Expand Up @@ -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 )
Expand Down

0 comments on commit db568d6

Please sign in to comment.