[PATCH] amstream/tests: Fix crosstest build.

Christian Costa titan.costa at wanadoo.fr
Tue Apr 14 17:16:03 CDT 2009


---

 dlls/amstream/tests/Makefile.in |    2 +-
 dlls/amstream/tests/amstream.c  |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
-------------- next part --------------
diff --git a/dlls/amstream/tests/Makefile.in b/dlls/amstream/tests/Makefile.in
index 07e98b4..e363f7b 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   = kernel32 oleaut32 ole32 quartz
 
 CTESTS = \
 	amstream.c
diff --git a/dlls/amstream/tests/amstream.c b/dlls/amstream/tests/amstream.c
index 15b8a7b..c376e8e 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


More information about the wine-patches mailing list