DirectSound imports

Jeff Smith whydoubt at hotmail.com
Tue Dec 17 08:39:05 CST 2002


Changelog:
Remove unused import from dsound.

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail
-------------- next part --------------
Index: dlls/dsound/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/dsound/Makefile.in,v
retrieving revision 1.16
diff -u -r1.16 Makefile.in
--- dlls/dsound/Makefile.in	5 Dec 2002 19:19:41 -0000	1.16
+++ dlls/dsound/Makefile.in	17 Dec 2002 14:37:48 -0000
@@ -3,7 +3,7 @@
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = dsound.dll
-IMPORTS   = winmm advapi32 kernel32 ntdll
+IMPORTS   = winmm advapi32 kernel32
EXTRALIBS = $(LIBUUID)

LDDLLFLAGS = @LDDLLFLAGS@



More information about the wine-patches mailing list