Author: hbelusca
Date: Sun Jan 13 19:17:29 2013
New Revision: 58167

URL: http://svn.reactos.org/svn/reactos?rev=58167&view=rev
Log:
[WINSRV]
Compile Winsrv as a win32dll UNICODE

Modified:
    branches/ros-csrss/win32ss/user/winsrv/CMakeLists.txt

Modified: branches/ros-csrss/win32ss/user/winsrv/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/branches/ros-csrss/win32ss/user/winsrv/CMakeLists.txt?rev=58167&r1=58166&r2=58167&view=diff
==============================================================================
--- branches/ros-csrss/win32ss/user/winsrv/CMakeLists.txt [iso-8859-1] 
(original)
+++ branches/ros-csrss/win32ss/user/winsrv/CMakeLists.txt [iso-8859-1] Sun Jan 
13 19:17:29 2013
@@ -17,7 +17,7 @@
 
 target_link_libraries(winsrv win32ksys ${PSEH_LIB}) # win32ksys because of 
NtUser...()
 
-set_module_type(winsrv win32dll)
+set_module_type(winsrv win32dll UNICODE)
 
 # add_importlibs(winsrv psapi msvcrt kernel32 ntdll csrsrv)
 add_importlibs(winsrv msvcrt kernel32 ntdll csrsrv)


Reply via email to