commit | 1492028a96e3311a3a07cd9f79ebd9c5d3ade607 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed May 04 10:43:00 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed May 04 10:43:00 2005 +0000 |
tree | 89a48d2808bed192e4fb84bd14e11c75fffa41f6 | |
parent | 2fcd42aac2bb566f2dfe30eeb61335abac9ffa78 [diff] [blame] |
Get rid of the winapi_check_dir config parameter.
diff --git a/tools/winapi/winapi_fixup b/tools/winapi/winapi_fixup index ca42dce..13d5599 100755 --- a/tools/winapi/winapi_fixup +++ b/tools/winapi/winapi_fixup
@@ -29,7 +29,7 @@ file_skip files_skip file_normalize get_spec_files - $current_dir $wine_dir $winapi_dir $winapi_check_dir + $current_dir $wine_dir $winapi_dir ); use output qw($output); use winapi_fixup_options qw($options);