Set MSVC projects to default to Unicode

MBCS is deprecated and shouldn't be used in new projects
pull/2303/head
Richard 2019-01-10 17:27:54 +00:00
parent 3db78e1aa2
commit fe6b316695
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ IF(MSVC)
"Install MSVC debug files."
ON
)
# Multibyte character set is deprecated, but default
ADD_DEFINITIONS( -DUNICODE -D_UNICODE )
ENDIF(MSVC)
IF (BUILD_FRAMEWORK)