[WinMM] Fix linkage issue due to GUID / DXGUID split.

Lionel Ulmer lionel.ulmer at free.fr
Tue Jan 27 08:56:35 CST 2004


Changelog:
 - link to dxguid the WineNAS driver

-- 
		 Lionel Ulmer - http://www.bbrox.org/
-------------- next part --------------
Index: dlls/winmm/winenas/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/winmm/winenas/Makefile.in,v
retrieving revision 1.5
diff -u -r1.5 Makefile.in
--- dlls/winmm/winenas/Makefile.in	27 Jan 2004 00:11:16 -0000	1.5
+++ dlls/winmm/winenas/Makefile.in	27 Jan 2004 14:55:11 -0000
@@ -5,7 +5,7 @@
 MODULE    = winenas.drv
 IMPORTS   = winmm user32 kernel32
 EXTRAINCL = @X_CFLAGS@
-EXTRALIBS = -luuid @NASLIBS@
+EXTRALIBS = -ldxguid -luuid @NASLIBS@
 
 C_SRCS = \
 	audio.c \


More information about the wine-patches mailing list