mirror of
https://github.com/glfw/glfw.git
synced 2025-06-14 19:52:14 +00:00
Win32: Use GLFWbool
This commit is contained in:
parent
dc953898cc
commit
89c7e252f9
@ -42,7 +42,7 @@
|
||||
// Surrogate-pair processing) and the unit is assigned to the argument
|
||||
// `highsurrogate`. It will be used in the next unit's processing.
|
||||
//
|
||||
static int convertToUTF32FromUTF16(WCHAR utf16_unit,
|
||||
static GLFWbool convertToUTF32FromUTF16(WCHAR utf16_unit,
|
||||
WCHAR* highsurrogate,
|
||||
uint32_t* codepoint)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user