Win32: Use GLFWbool

This commit is contained in:
Daijiro Fukuda 2022-05-24 09:59:37 +09:00
parent dc953898cc
commit 89c7e252f9

View File

@ -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)
{