[DSOUND_NEW] Completely fix gcc compilation (addendum to 25e98eb). (#1740)

CORE-16128
This commit is contained in:
Oleg Dubinskiy 2019-07-19 16:32:07 +03:00 committed by Hermès Bélusca-Maïto
parent 4c4e3d6048
commit 7f59361911
No known key found for this signature in database
GPG Key ID: 3B2539C65E7B93D0

View File

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