mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-16 14:56:00 +00:00
Fixed windows build
This commit is contained in:
@@ -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)
|
WIN_ConvertUTF32toUTF8(UINT32 codepoint, char * text)
|
||||||
{
|
{
|
||||||
if (codepoint <= 0x7F) {
|
if (codepoint <= 0x7F) {
|
||||||
|
Reference in New Issue
Block a user