Fix for build dsound on Mingw

Steven Edwards steven_ed4153 at yahoo.com
Fri Jul 5 15:56:35 CDT 2002


Rtl* functions are imported by dsound so we have to
link to ntdll


Changelog: import ntdll in dsound.dll to build on
Mingw

cvs diff -u Makefile.in 
Index: Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/dsound/Makefile.in,v
retrieving revision 1.14
diff -u -r1.14 Makefile.in
--- Makefile.in	13 Jun 2002 19:15:06 -0000	1.14
+++ Makefile.in	5 Jul 2002 20:51:55 -0000
@@ -3,7 +3,7 @@
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = dsound.dll
-IMPORTS   = winmm advapi32 kernel32
+IMPORTS   = winmm advapi32 kernel32 ntdll
 EXTRALIBS = $(LIBUUID)
 
 LDDLLFLAGS = @LDDLLFLAGS@


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com



More information about the wine-patches mailing list