We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720ecdc commit f16737cCopy full SHA for f16737c
src/Native/CMakeLists.txt
@@ -10,6 +10,7 @@ include_directories("${CMAKE_BINARY_DIR}/../../")
10
if(WIN32)
11
add_definitions(-DWIN32)
12
add_definitions(-D_WIN32=1)
13
+ add_definitions(-DUNICODE -D_UNICODE)
14
if(IS_64BIT_BUILD)
15
add_definitions(-D_WIN64=1)
16
endif()
0 commit comments