[MSTASK] Add netapi32 dependency to ensure atsvc_c.h is available.

This commit is contained in:
Thomas Faber 2020-06-06 22:55:23 +02:00
parent 38c01a8429
commit 789c88c185

View file

@ -25,5 +25,6 @@ add_library(mstask MODULE
set_module_type(mstask win32dll)
target_link_libraries(mstask uuid wine)
add_importlibs(mstask ole32 msvcrt kernel32 ntdll)
add_dependencies(mstask netapi32)
add_pch(mstask precomp.h SOURCE)
add_cd_file(TARGET mstask DESTINATION reactos/system32 FOR all)