diff --git a/CMakeLists.txt b/CMakeLists.txt index 449ae31..a2cbaba 100644 --- a/CMakeLists.txt +++ b/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()