Disabled UNICODE on Windows

This commit is contained in:
MoneroOcean 2019-06-18 15:11:45 -07:00
parent d12cf28ebf
commit 24d43c013f

View file

@ -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)