mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:02:59 +00:00
[WINSRV]
Compile Winsrv as a win32dll UNICODE svn path=/branches/ros-csrss/; revision=58167
This commit is contained in:
parent
df7477717c
commit
975ef54c09
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ add_library(winsrv SHARED ${SOURCE})
|
||||||
|
|
||||||
target_link_libraries(winsrv win32ksys ${PSEH_LIB}) # win32ksys because of NtUser...()
|
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 psapi msvcrt kernel32 ntdll csrsrv)
|
||||||
add_importlibs(winsrv msvcrt kernel32 ntdll csrsrv)
|
add_importlibs(winsrv msvcrt kernel32 ntdll csrsrv)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue