Skip to content

Commit

Permalink
[ACLAYERS] Fix MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
wjk committed Jan 31, 2024
1 parent 036681c commit 04ca213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/appcompat/shims/layer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ add_library(aclayers MODULE

set_module_type(aclayers win32dll ENTRYPOINT DllMain 12)
target_link_libraries(aclayers shimlib)
add_importlibs(aclayers setupapi user32 kernel32 ntdll)
add_importlibs(aclayers setupapi user32 advapi32 kernel32 ntdll)
add_cd_file(TARGET aclayers DESTINATION reactos/AppPatch FOR all)

0 comments on commit 04ca213

Please sign in to comment.