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_test b/tools/winapi/winapi_test index 8363a81..f158545 100755 --- a/tools/winapi/winapi_test +++ b/tools/winapi/winapi_test
@@ -26,7 +26,7 @@ use config qw( file_type files_skip files_filter - $current_dir $wine_dir $winapi_dir $winapi_check_dir + $current_dir $wine_dir $winapi_dir ); use output qw($output); use winapi_test_options qw($options);