Define COBJMACROS. Fixes compilation on Windows.
This commit is contained in:
parent
466f5e79a8
commit
a98f77668d
@ -19,6 +19,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
#define COBJMACROS
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "uuids.h"
|
#include "uuids.h"
|
||||||
#include "dshow.h"
|
#include "dshow.h"
|
||||||
@ -76,4 +79,3 @@ START_TEST(filtergraph)
|
|||||||
#endif
|
#endif
|
||||||
releasefiltergraph();
|
releasefiltergraph();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user