Author: jgardou
Date: Sat Sep 3 19:25:54 2011
New Revision: 53561
URL:
http://svn.reactos.org/svn/reactos?rev=53561&view=rev
Log:
[CMAKE]
- go RTFM, you moron
Modified:
trunk/reactos/cmake/CMakeMacros.cmake
Modified: trunk/reactos/cmake/CMakeMacros.cmake
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/CMakeMacros.cmake?re…
==============================================================================
--- trunk/reactos/cmake/CMakeMacros.cmake [iso-8859-1] (original)
+++ trunk/reactos/cmake/CMakeMacros.cmake [iso-8859-1] Sat Sep 3 19:25:54 2011
@@ -265,7 +265,7 @@
#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