From d755cd7c4a727b5eeaf750e62889a78f0cc47cef Mon Sep 17 00:00:00 2001 From: Christian Costa Date: Wed, 15 Apr 2009 00:16:03 +0200 Subject: [PATCH] amstream/tests: Fix crosstest build. --- dlls/amstream/tests/Makefile.in | 2 +- dlls/amstream/tests/amstream.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/amstream/tests/Makefile.in b/dlls/amstream/tests/Makefile.in index 07e98b49ef6..cc4499513f8 100644 --- a/dlls/amstream/tests/Makefile.in +++ b/dlls/amstream/tests/Makefile.in @@ -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 diff --git a/dlls/amstream/tests/amstream.c b/dlls/amstream/tests/amstream.c index 15b8a7b2916..c376e8e16fb 100644 --- a/dlls/amstream/tests/amstream.c +++ b/dlls/amstream/tests/amstream.c @@ -23,6 +23,7 @@ #define COBJMACROS #include "wine/test.h" +#include "initguid.h" #include "amstream.h" #define FILE_LEN 9