Jacek Caban : dsound: Build with ucrtbase.

Alexandre Julliard julliard at winehq.org
Tue Aug 6 17:41:59 CDT 2019


Module: wine
Branch: master
Commit: d0bf94bf2d7a7e01c1266ca47eeab730bf8fe3cf
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d0bf94bf2d7a7e01c1266ca47eeab730bf8fe3cf

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Aug  6 12:26:11 2019 +0200

dsound: Build with ucrtbase.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dsound/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dsound/Makefile.in b/dlls/dsound/Makefile.in
index 909b38c..a42637e 100644
--- a/dlls/dsound/Makefile.in
+++ b/dlls/dsound/Makefile.in
@@ -1,6 +1,6 @@
 MODULE    = dsound.dll
 IMPORTLIB = dsound
-IMPORTS   = dxguid uuid winmm ole32 advapi32 user32
+IMPORTS   = dxguid uuid winmm ole32 advapi32 user32 ucrtbase
 
 EXTRADLLFLAGS = -mno-cygwin
 




More information about the wine-cvs mailing list