From 2f31228dfe3f372da6df4db38baa19d2c3ad0b0c Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 24 Oct 2003 04:43:16 +0000 Subject: [PATCH] Specify include quotes in the tests.dat file. --- tools/winapi/tests.dat | 54 ++++++++++++++++++++-------------------- tools/winapi/winapi_test | 2 +- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/tools/winapi/tests.dat b/tools/winapi/tests.dat index d1e43e91fa9..14a4e562ae7 100644 --- a/tools/winapi/tests.dat +++ b/tools/winapi/tests.dat @@ -15,7 +15,7 @@ wingdi.h %include -windows.h +"windows.h" %type @@ -454,7 +454,7 @@ winbase.h %include -windows.h +"windows.h" %type @@ -584,8 +584,8 @@ windef.h %include -ntstatus.h -windows.h +"ntstatus.h" +"windows.h" %type @@ -869,14 +869,14 @@ shlobj.h %include -stdarg.h -windef.h -winbase.h -wtypes.h -shellapi.h -winuser.h -wingdi.h -shlobj.h + +"windef.h" +"winbase.h" +"wtypes.h" +"shellapi.h" +"winuser.h" +"wingdi.h" +"shlobj.h" %type @@ -945,12 +945,12 @@ shlwapi.h %include -stdarg.h -windef.h -winbase.h -wtypes.h -winreg.h -shlwapi.h + +"windef.h" +"winbase.h" +"wtypes.h" +"winreg.h" +"shlwapi.h" %type @@ -979,10 +979,10 @@ urlmon.h %include -stdarg.h -windef.h -winbase.h -urlmon.h + +"windef.h" +"winbase.h" +"urlmon.h" %type @@ -1012,7 +1012,7 @@ winuser.h %include -windows.h +"windows.h" %type @@ -1278,10 +1278,10 @@ wininet.h %include -stdarg.h -windef.h -winbase.h -wininet.h + +"windef.h" +"winbase.h" +"wininet.h" %type diff --git a/tools/winapi/winapi_test b/tools/winapi/winapi_test index f726b7c7726..b04f78ecdcc 100755 --- a/tools/winapi/winapi_test +++ b/tools/winapi/winapi_test @@ -465,7 +465,7 @@ sub output_header { foreach my $test (@tests) { my @includes = $tests->get_section($test_dir, $test, "include"); foreach my $include (@includes) { - print OUT "#include \"$include\"\n"; + print OUT "#include $include\n"; } } print OUT "\n";