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:
parent
eaca51873a
commit
a55c55c319
1 changed files with 23 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue