From 24d43c013facc25ac3063f75698615d097ac1714 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 18 Jun 2019 15:11:45 -0700 Subject: [PATCH] Disabled UNICODE on Windows --- RandomX/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RandomX/CMakeLists.txt b/RandomX/CMakeLists.txt index 3c248495..c0008321 100644 --- a/RandomX/CMakeLists.txt +++ b/RandomX/CMakeLists.txt @@ -78,3 +78,5 @@ set_property(TARGET randomx PROPERTY CXX_STANDARD 11) # cheat because cmake and ccache hate each other set_property(SOURCE src/jit_compiler_x86_static.S PROPERTY LANGUAGE C) + +add_definitions(/UUNICODE) \ No newline at end of file