shell32 test: Fix compilation on Windows

Francois Gouget fgouget at free.fr
Wed Oct 6 12:49:56 CDT 2004


Changelog:

  * dlls/shell32/tests/shlfolder.c

    Conformance tests must not include wine/debug.h.
    Fixes compilation on Windows.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                   Hiroshima '45 - Czernobyl '86 - Windows '95
-------------- next part --------------
Index: dlls/shell32/tests/shlfolder.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/tests/shlfolder.c,v
retrieving revision 1.1
diff -u -r1.1 shlfolder.c
--- dlls/shell32/tests/shlfolder.c	13 Sep 2004 23:25:09 -0000	1.1
+++ dlls/shell32/tests/shlfolder.c	30 Sep 2004 17:55:02 -0000
@@ -34,7 +36,6 @@
 
 #include "wine/unicode.h"
 #include "wine/test.h"
-#include "wine/debug.h"
 
 
 IMalloc *ppM;


More information about the wine-patches mailing list