From c7e467486f3017635b2c38e0184397625a1d9742 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Wed, 6 Oct 2004 00:04:54 +0000 Subject: [PATCH] Fix msvcmaker imports. --- tools/winapi/msvcmaker | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker index 1c825455726..9841d67a76d 100755 --- a/tools/winapi/msvcmaker +++ b/tools/winapi/msvcmaker @@ -9,7 +9,9 @@ BEGIN { require "$1/winapi/setup.pm"; } -use config qw(&file_directory &get_spec_files &get_makefile_in_files $current_dir $wine_dir); +use setup qw($current_dir $wine_dir); +use lib $setup::winapi_dir; +use config qw(&get_spec_files &get_makefile_in_files); use output qw($output); use util qw(replace_file); -- 2.11.4.GIT