Skip to content

Commit 789c88c

Browse files
committed
[MSTASK] Add netapi32 dependency to ensure atsvc_c.h is available.
1 parent 38c01a8 commit 789c88c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dll/win32/mstask/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ add_library(mstask MODULE
2525
set_module_type(mstask win32dll)
2626
target_link_libraries(mstask uuid wine)
2727
add_importlibs(mstask ole32 msvcrt kernel32 ntdll)
28+
add_dependencies(mstask netapi32)
2829
add_pch(mstask precomp.h SOURCE)
2930
add_cd_file(TARGET mstask DESTINATION reactos/system32 FOR all)

0 commit comments

Comments
 (0)