mirror of
https://github.com/glfw/glfw.git
synced 2025-12-16 12:13:17 +00:00
Win32: Fix macros being enabled for other backends
_UNICODE should not be defined for other backends even when built on
Windows.
(cherry picked from commit a646f51bca)
This commit is contained in:
parent
30b02dd709
commit
52b2775c2e
@ -131,7 +131,7 @@ elseif (CMAKE_C_COMPILER_ID STREQUAL "GNU" OR
|
|||||||
target_compile_options(glfw PRIVATE "-Wall")
|
target_compile_options(glfw PRIVATE "-Wall")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (WIN32)
|
if (_GLFW_WIN32)
|
||||||
target_compile_definitions(glfw PRIVATE _UNICODE)
|
target_compile_definitions(glfw PRIVATE _UNICODE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user