amstream/tests: Fix crosstest build.
This commit is contained in:
parent
ec21ea1baa
commit
d755cd7c4a
|
@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
|
|||
SRCDIR = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
TESTDLL = amstream.dll
|
||||
IMPORTS = kernel32 oleaut32 ole32 quartz strmiids
|
||||
IMPORTS = quartz oleaut32 ole32 kernel32
|
||||
|
||||
CTESTS = \
|
||||
amstream.c
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#define COBJMACROS
|
||||
|
||||
#include "wine/test.h"
|
||||
#include "initguid.h"
|
||||
#include "amstream.h"
|
||||
|
||||
#define FILE_LEN 9
|
||||
|
|
Loading…
Reference in New Issue