From 7f59361911421ebe08cc91d7a0de0289b0b3718f Mon Sep 17 00:00:00 2001 From: Oleg Dubinskiy Date: Fri, 19 Jul 2019 16:32:07 +0300 Subject: [PATCH] [DSOUND_NEW] Completely fix gcc compilation (addendum to 25e98eb). (#1740) CORE-16128 --- dll/directx/dsound_new/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.17.1