Fixed windows build
This commit is contained in:
parent
8b93c73d0d
commit
814d56a9cc
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue