Fix quartz test compilation on Windows

Francois Gouget fgouget at free.fr
Thu Aug 19 12:04:49 CDT 2004


Changelog:

 * dlls/quartz/tests/filtergraph.c

   Define COBJMACROS.
   Fixes the quartz test compilation on Windows.


Index: dlls/quartz/tests/filtergraph.c
===================================================================
RCS file: /var/cvs/wine/dlls/quartz/tests/filtergraph.c,v
retrieving revision 1.1
diff -u -r1.1 filtergraph.c
--- dlls/quartz/tests/filtergraph.c	16 Aug 2004 21:14:28 -0000	1.1
+++ dlls/quartz/tests/filtergraph.c	19 Aug 2004 12:46:05 -0000
@@ -18,7 +18,10 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */

 #include <assert.h>
+
+#define COBJMACROS
+
 #include "wine/test.h"
 #include "uuids.h"
 #include "dshow.h"



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                              145 = 1! + 4! + 5!



More information about the wine-patches mailing list