[PATCH 2/3] Skip dlls/ntdll/tests/generated.c on win64, it was generated for win32

Pavel Roskin proski at gnu.org
Tue Oct 3 15:57:24 CDT 2006


From: Pavel Roskin <proski at gnu.org>


---

 dlls/ntdll/tests/Makefile.in |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dlls/ntdll/tests/Makefile.in b/dlls/ntdll/tests/Makefile.in
index 98cda37..bd7ec58 100644
--- a/dlls/ntdll/tests/Makefile.in
+++ b/dlls/ntdll/tests/Makefile.in
@@ -6,13 +6,14 @@ TESTDLL   = ntdll.dll
 IMPORTS   = kernel32
 EXTRADEFS = -DWINE_NO_LONG_AS_INT
 
+WIN32FILES = generated.c
+
 CTESTS = \
 	atom.c \
 	change.c \
 	env.c \
 	error.c \
 	exception.c \
-	generated.c \
 	info.c \
 	large_int.c \
 	om.c \
@@ -23,7 +24,8 @@ CTESTS = \
 	rtlbitmap.c \
 	rtlstr.c \
 	string.c \
-	time.c
+	time.c \
+	@WIN32FILES@
 
 @MAKE_TEST_RULES@
 



More information about the wine-patches mailing list