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

CORE-16128
This commit is contained in:
Oleg Dubinskiy
2019-07-21 17:02:34 +02:00
parent 4c4e3d6048
commit 7f59361911
+1 -1
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)