From 89c7e252f96ced2c420f9a573fc08d32d00dcd55 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Tue, 24 May 2022 09:59:37 +0900 Subject: [PATCH] Win32: Use GLFWbool --- src/win32_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32_window.c b/src/win32_window.c index f8e7c074..e8f19c61 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -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) {