Skip to content

Commit

Permalink
Fixed windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 17, 2013
1 parent ff77ca8 commit 9ab14aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/windows/SDL_windowsevents.c
Expand Up @@ -256,7 +256,7 @@ WIN_CheckRawMouseButtons( ULONG rawButtons, SDL_WindowData *data )
}
}

static SDL_FORCE_INLINE BOOL
SDL_FORCE_INLINE BOOL
WIN_ConvertUTF32toUTF8(UINT32 codepoint, char * text)
{
if (codepoint <= 0x7F) {
Expand Down

0 comments on commit 9ab14aa

Please sign in to comment.