Define COBJMACROS. Fixes compilation on Windows.
This commit is contained in:
parent
466f5e79a8
commit
a98f77668d
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue