Skip to content

Commit b7e924e

Browse files
xadupreeerhardt
authored andcommitted
Compile CpuMathNative and FastTreeNative with charset=utf-8, fix for issue dotnet#78 (dotnet#187)
1 parent 1718058 commit b7e924e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Native/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ include_directories("${CMAKE_BINARY_DIR}/../../")
1010
if(WIN32)
1111
add_definitions(-DWIN32)
1212
add_definitions(-D_WIN32=1)
13+
add_definitions(-DUNICODE -D_UNICODE)
1314
if(IS_64BIT_BUILD)
1415
add_definitions(-D_WIN64=1)
1516
endif()

0 commit comments

Comments
 (0)