winmm tests: Remove dependency on the DDK

Francois Gouget fgouget at codeweavers.com
Tue Aug 31 11:15:25 CDT 2004


Changelog:

  * dlls/winmm/tests/capture.c
    dlls/winmm/tests/mixer.c
    dlls/winmm/tests/wave.c

    Francois Gouget <fgouget at codeweavers.com>
    Don't include 'mmddk.h', it's not needed.
    The winmm tests can now be compiled on Windows without the DDK.

-- 
Francois Gouget
fgouget at codeweavers.com

-------------- next part --------------
Index: dlls/winmm/tests/capture.c
===================================================================
RCS file: /var/cvs/wine/dlls/winmm/tests/capture.c,v
retrieving revision 1.11
diff -u -r1.11 capture.c
--- dlls/winmm/tests/capture.c	30 Aug 2004 18:36:06 -0000	1.11
+++ dlls/winmm/tests/capture.c	31 Aug 2004 12:18:26 -0000
@@ -28,7 +28,6 @@
 #include "winbase.h"
 #include "winnls.h"
 #include "mmsystem.h"
-#include "mmddk.h"
 #define NOBITMAP
 #include "mmreg.h"
 
Index: dlls/winmm/tests/mixer.c
===================================================================
RCS file: /var/cvs/wine/dlls/winmm/tests/mixer.c,v
retrieving revision 1.6
diff -u -r1.6 mixer.c
--- dlls/winmm/tests/mixer.c	27 Aug 2004 19:39:10 -0000	1.6
+++ dlls/winmm/tests/mixer.c	31 Aug 2004 03:55:17 -0000
@@ -33,7 +33,6 @@
 #include "winbase.h"
 #include "winnls.h"
 #include "mmsystem.h"
-#include "mmddk.h"
 
 #include "winmm_test.h"
 
Index: dlls/winmm/tests/wave.c
===================================================================
RCS file: /var/cvs/wine/dlls/winmm/tests/wave.c,v
retrieving revision 1.43
diff -u -r1.43 wave.c
--- dlls/winmm/tests/wave.c	30 Aug 2004 18:36:06 -0000	1.43
+++ dlls/winmm/tests/wave.c	31 Aug 2004 12:18:26 -0000
@@ -28,7 +28,6 @@
 #include "winbase.h"
 #include "winnls.h"
 #include "mmsystem.h"
-#include "mmddk.h"
 #define NOBITMAP
 #include "mmreg.h"
 #include "ks.h"


More information about the wine-patches mailing list