Skip to content

Commit

Permalink
Fixed bug 3785 - fix windows build after revision 11382
Browse files Browse the repository at this point in the history
Ozkan Sezer

fix windows build after revision 11382: commit 2026e42e377a renamed
_SDL_msctf_h to SDL_msctf_h_ . SDL_windowskeyboard.c relies on that
macro, so update it accordingly.
  • Loading branch information
slouken committed Aug 29, 2017
1 parent c0530bc commit 130138f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windows/SDL_windowskeyboard.c
Expand Up @@ -268,7 +268,7 @@ void IME_Present(SDL_VideoData *videodata)

#else

#ifdef _SDL_msctf_h
#ifdef SDL_msctf_h_
#define USE_INIT_GUID
#elif defined(__GNUC__)
#define USE_INIT_GUID
Expand Down

0 comments on commit 130138f

Please sign in to comment.