From 7c649f4222a86b39769abc14be2e5cb6a514bf1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sat, 3 Sep 2011 19:25:54 +0000 Subject: [PATCH] [CMAKE] - go RTFM, you moron svn path=/trunk/; revision=53561 --- reactos/cmake/CMakeMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/cmake/CMakeMacros.cmake b/reactos/cmake/CMakeMacros.cmake index 4f95ca56de2..0ac3fe528a8 100644 --- a/reactos/cmake/CMakeMacros.cmake +++ b/reactos/cmake/CMakeMacros.cmake @@ -265,7 +265,7 @@ function(set_module_type MODULE TYPE) #set unicode definitions if(__module_UNICODE) - add_target_compile_definitions(${MODULE} -DUNICODE -D_UNICODE) + add_target_compile_definitions(${MODULE} UNICODE _UNICODE) endif() # set entry point