Browse Source

Also define UNICODE, not just _UNICODE on Win32

coverity_scan
Daniel Scharrer 12 years ago
parent
commit
52bc05d19c
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -175,6 +175,7 @@ endif()
if(WIN32)
# Define this so that we don't accitenally use ANSI functions
add_definitions(-DUNICODE)
add_definitions(-D_UNICODE)
endif()

Loading…
Cancel
Save