diff --git a/dll/directx/dsound_new/CMakeLists.txt b/dll/directx/dsound_new/CMakeLists.txt index 6e1fc6c89d6..a9445d14cac 100644 --- a/dll/directx/dsound_new/CMakeLists.txt +++ b/dll/directx/dsound_new/CMakeLists.txt @@ -25,6 +25,6 @@ add_library(dsound MODULE set_module_type(dsound win32dll) target_link_libraries(dsound dxguid uuid) -add_importlibs(dsound winmm advapi32 msvcrt kernel32 ntdll) +add_importlibs(dsound winmm ole32 advapi32 setupapi ksuser user32 msvcrt kernel32 ntdll) add_pch(dsound precomp.h SOURCE) add_cd_file(TARGET dsound DESTINATION reactos/system32 FOR all)