[CSRSRV] Remove deprecated dependency on smdll. (#4799)

This commit is contained in:
Hermès Bélusca-Maïto 2022-10-21 16:13:22 +02:00
parent 9701bbcf6d
commit 426598c6f7
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -21,7 +21,7 @@ add_library(csrsrv MODULE
set_module_type(csrsrv nativedll)
target_link_libraries(csrsrv ${PSEH_LIB} smlib)
add_importlibs(csrsrv smdll ntdll)
add_importlibs(csrsrv ntdll)
add_pch(csrsrv srv.h SOURCE)
add_dependencies(csrsrv psdk bugcodes)
add_cd_file(TARGET csrsrv DESTINATION reactos/system32 FOR all)