Fixed bug 3785 - fix windows build after revision 11382
Ozkan Sezer fix windows build after revision 11382: commit 2c50e79b19e0 renamed _SDL_msctf_h to SDL_msctf_h_ . SDL_windowskeyboard.c relies on that macro, so update it accordingly.
This commit is contained in:
parent
ac8d70a84e
commit
cbfddcec50
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ void IME_Present(SDL_VideoData *videodata)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#ifdef _SDL_msctf_h
|
#ifdef SDL_msctf_h_
|
||||||
#define USE_INIT_GUID
|
#define USE_INIT_GUID
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
#define USE_INIT_GUID
|
#define USE_INIT_GUID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue