Add semicolon to _UNICODE compile option items.

This commit is contained in:
Malkierian 2024-12-04 19:56:22 -07:00
parent d71ddcb39e
commit 1df1ec5d66
2 changed files with 3 additions and 3 deletions

View File

@ -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