mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-10 04:02:26 +03:00
Add semicolon to _UNICODE compile option items.
This commit is contained in:
parent
d71ddcb39e
commit
1df1ec5d66
@ -235,7 +235,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
">"
|
||||
"INCLUDE_GAME_PRINTF;"
|
||||
"UNICODE;"
|
||||
"_UNICODE"
|
||||
"_UNICODE;"
|
||||
"_CRT_SECURE_NO_WARNINGS;"
|
||||
"_SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS;"
|
||||
)
|
||||
@ -253,7 +253,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
"INCLUDE_GAME_PRINTF;"
|
||||
"WIN32;"
|
||||
"UNICODE;"
|
||||
"_UNICODE"
|
||||
"_UNICODE;"
|
||||
"_SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS;"
|
||||
)
|
||||
endif()
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 7ae1fed709989c56d63791e2f6e4713f6e0868de
|
||||
Subproject commit 31a164acc2f755be474a597e13ab8c366fe52d5a
|
Loading…
Reference in New Issue
Block a user