https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7f59361911421ebe08cc91d7a0de0289b0b3718f

commit 7f59361911421ebe08cc91d7a0de0289b0b3718f
Author:     Oleg Dubinskiy <[email protected]>
AuthorDate: Fri Jul 19 16:32:07 2019 +0300
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sun Jul 21 17:02:34 2019 +0200

    [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)

Reply via email to