Force Windows to use the Unicode character set.

This commit is contained in:
Jason Felds
2015-10-26 18:22:53 -04:00
parent bd3da6a46d
commit 7d56f79cf3
+2
View File
@@ -233,6 +233,8 @@ else()
endif()
if(WIN32)
# No matter what, stick to unicode development.
add_definitions(-DUNICODE -D_UNICODE)
set(SYSTEM_PCRE_FOUND FALSE)
find_package(DirectX REQUIRED)