From db568d69d8f1e1be1f4c3ef3497930df3bf1188e Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 9 Mar 2014 11:52:52 -0400 Subject: [PATCH] Patched to compile with MingW64 on case-sensitive systems (thanks, Martin!). Fixes Bugzilla #2440. --- src/video/windows/SDL_windowsvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/windows/SDL_windowsvideo.c b/src/video/windows/SDL_windowsvideo.c index 92ddcdfadf427..503653bd6f5ea 100644 --- a/src/video/windows/SDL_windowsvideo.c +++ b/src/video/windows/SDL_windowsvideo.c @@ -247,7 +247,7 @@ SDL_Direct3D9GetAdapterIndex( int displayIndex ) #define CINTERFACE #define COBJMACROS -#include +#include SDL_bool DXGI_LoadDLL( void **pDXGIDLL , IDXGIFactory **pDXGIFactory )