mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Windows) Defined UNICODE and _UNICODE in the Cmake configuration to force Unicode support for the Win32 API
This commit is contained in:
parent
ae66e6a317
commit
5d0b4ddfc4
|
@ -276,6 +276,8 @@ endif()
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(BUNDLED_CERTS ON)
|
set(BUNDLED_CERTS ON)
|
||||||
|
add_compile_definitions(UNICODE)
|
||||||
|
add_compile_definitions(_UNICODE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue