Christian Costa : amstream/tests: Fix crosstest build.

Alexandre Julliard julliard at winehq.org
Thu Apr 16 14:34:46 CDT 2009


Module: wine
Branch: master
Commit: d755cd7c4a727b5eeaf750e62889a78f0cc47cef
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d755cd7c4a727b5eeaf750e62889a78f0cc47cef

Author: Christian Costa <titan.costa at wanadoo.fr>
Date:   Wed Apr 15 00:16:03 2009 +0200

amstream/tests: Fix crosstest build.

---

 dlls/amstream/tests/Makefile.in |    2 +-
 dlls/amstream/tests/amstream.c  |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/amstream/tests/Makefile.in b/dlls/amstream/tests/Makefile.in
index 07e98b4..cc44995 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 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-cvs mailing list