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_extract b/tools/winapi/winapi_extract index 4923556..70b3f5a 100755 --- a/tools/winapi/winapi_extract +++ b/tools/winapi/winapi_extract
@@ -26,7 +26,7 @@ use config qw( file_type files_skip files_filter get_spec_files - $current_dir $wine_dir $winapi_dir $winapi_check_dir + $current_dir $wine_dir $winapi_dir ); use output qw($output); use winapi_extract_options qw($options);