mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 20:49:46 +00:00
[CMAKE]
- go RTFM, you moron svn path=/trunk/; revision=53561
This commit is contained in:
parent
e58c2e969c
commit
7c649f4222
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue