Define COBJMACROS. Fixes compilation on Windows.

This commit is contained in:
Francois Gouget 2004-08-19 19:20:34 +00:00 committed by Alexandre Julliard
parent 466f5e79a8
commit a98f77668d
1 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,9 @@
*/
#include <assert.h>
#define COBJMACROS
#include "wine/test.h"
#include "uuids.h"
#include "dshow.h"
@ -76,4 +79,3 @@ START_TEST(filtergraph)
#endif
releasefiltergraph();
}