mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[WIN32CSR]
- Re-enable delay-importing of user32,gdi32 and advapi32 as it was before in the RBuild times. svn path=/trunk/; revision=57366
This commit is contained in:
@@ -36,7 +36,8 @@ target_link_libraries(win32csr
|
||||
|
||||
set_module_type(win32csr win32dll)
|
||||
|
||||
add_importlibs(win32csr user32 gdi32 advapi32 psapi msvcrt kernel32 ntdll csrsrv)
|
||||
add_importlibs(win32csr psapi msvcrt kernel32 ntdll csrsrv)
|
||||
add_delay_importlibs(win32csr user32 gdi32 advapi32)
|
||||
|
||||
add_pch(win32csr w32csr.h)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user