Skip to content

Commit e9a2739

Browse files
author
Oleh Kulykov
committed
1722244022
1 parent 5f96819 commit e9a2739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ More info: https://docs.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run
9999
# ---- definitions ----
100100
if (WIN32 OR WIN64)
101101
message("WIN32 OR WIN64")
102-
add_definitions(-DUNICODE)
103-
add_definitions(-D_UNICODE)
102+
add_definitions(-DUNICODE=1)
103+
add_definitions(-D_UNICODE=1)
104104
endif()
105105

106106
if (MSVC)

0 commit comments

Comments
 (0)