Added imm.h include, will be needed on MinGW.

Changed comment to c-style and removed some end-of-line whitespace.
This commit is contained in:
Daniel Wyatt 2010-09-19 14:41:18 -04:00
parent eaca51873a
commit a55c55c319

View file

@ -37,6 +37,7 @@
#include <windows.h>
#include <msctf.h>
#include <imm.h>
#if SDL_VIDEO_RENDER_D3D
//#include <d3d9.h>
@ -81,7 +82,7 @@ typedef struct
void *data;
} TSFSink;
// Definition from Win98DDK version of IMM.H
/* Definition from Win98DDK version of IMM.H */
typedef struct tagINPUTCONTEXT2 {
HWND hWnd;
BOOL fOpen;