summaryrefslogtreecommitdiffstats
path: root/src/sdl2-2-dxgi.patch
blob: 9b1b924a6209b6bd3a6cadaf69ca727434ca7f5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This file is part of MXE.
See index.html for further information.

This patch has been taken from:
https://bugzilla.libsdl.org/show_bug.cgi?id=2440

diff -u tmp-sdl2/SDL2-2.0.2/src/video/windows/SDL_windowsvideo.c SDL2-2.0.2/src/video/windows/SDL_windowsvideo.c
--- a/src/video/windows/SDL_windowsvideo.c	2014-03-09 09:20:03.133800102 +0100
+++ b/src/video/windows/SDL_windowsvideo.c	2014-03-08 05:36:50.000000000 +0100
@@ -247,7 +247,7 @@
 
 #define CINTERFACE
 #define COBJMACROS
-#include <DXGI.h>
+#include <dxgi.h>
 
 SDL_bool 
 DXGI_LoadDLL( void **pDXGIDLL , IDXGIFactory **pDXGIFactory )