mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-10 12:12:25 +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;"
|
"INCLUDE_GAME_PRINTF;"
|
||||||
"UNICODE;"
|
"UNICODE;"
|
||||||
"_UNICODE"
|
"_UNICODE;"
|
||||||
"_CRT_SECURE_NO_WARNINGS;"
|
"_CRT_SECURE_NO_WARNINGS;"
|
||||||
"_SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS;"
|
"_SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS;"
|
||||||
)
|
)
|
||||||
@ -253,7 +253,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
|||||||
"INCLUDE_GAME_PRINTF;"
|
"INCLUDE_GAME_PRINTF;"
|
||||||
"WIN32;"
|
"WIN32;"
|
||||||
"UNICODE;"
|
"UNICODE;"
|
||||||
"_UNICODE"
|
"_UNICODE;"
|
||||||
"_SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS;"
|
"_SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS;"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 7ae1fed709989c56d63791e2f6e4713f6e0868de
|
Subproject commit 31a164acc2f755be474a597e13ab8c366fe52d5a
|
Loading…
Reference in New Issue
Block a user