[5/5] winapi_test: The tests don't support WIN64 yet so disable them there.

Francois Gouget fgouget at free.fr
Wed Jan 7 17:24:16 CST 2009


---

This patch is actually independent from the others.

 tools/winapi/winapi_test |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tools/winapi/winapi_test b/tools/winapi/winapi_test
index f973928..d01291d 100755
--- a/tools/winapi/winapi_test
+++ b/tools/winapi/winapi_test
@@ -612,7 +612,11 @@ sub output_footer($$$) {
     print OUT "START_TEST(generated)\n";
     print OUT "{\n";
     foreach my $test (@tests) {
+	print OUT "#ifdef _WIN64\n";
+	print OUT "    ok(0, \"The type size / alignment tests don't support Win64 yet\\n\");\n";
+	print OUT "#else\n";
 	print OUT "    test_$test();\n";
+	print OUT "#endif\n";
     }
     print OUT "}\n";
 }
-- 
1.5.6.5




More information about the wine-patches mailing list