mirror of
https://github.com/glfw/glfw.git
synced 2025-06-15 12:12:16 +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
|
// Surrogate-pair processing) and the unit is assigned to the argument
|
||||||
// `highsurrogate`. It will be used in the next unit's processing.
|
// `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,
|
WCHAR* highsurrogate,
|
||||||
uint32_t* codepoint)
|
uint32_t* codepoint)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user