diff src/video/win32/SDL_win32video.h @ 4893:b2e434e0553b

Fixed all MinGW problems (except libraries not added to build yet). Added SDL_msctf.h for MinGW. Added a few casts to fix warnings on MinGW.
author Daniel Wyatt <Daniel.Wyatt@gmail.com>
date Sun, 19 Sep 2010 16:19:22 -0400
parents 9e1f6d3fb870
children 37576cdf6751
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.h	Sun Sep 19 14:41:18 2010 -0400
+++ b/src/video/win32/SDL_win32video.h	Sun Sep 19 16:19:22 2010 -0400
@@ -36,7 +36,12 @@
 
 #include <windows.h>
 
+#ifndef __GNUC__
 #include <msctf.h>
+#else
+#include "SDL_msctf.h"
+#endif
+
 #include <imm.h>
 
 #if SDL_VIDEO_RENDER_D3D