| commit | f2c2eafafbd515fd8eb25658793c45254b96c7c2 | [log] [tgz] |
|---|---|---|
| author | Patrik Stridvall <ps@leissner.se> | Wed Nov 27 20:11:10 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 27 20:11:10 2002 +0000 |
| tree | c85aa0262129edeee5883959d4b411c3eb82cad4 | |
| parent | 21c3dfaa345f68acb9eac2a0d65416b4478d54b6 [diff] [blame] |
- API files update. - Minor improvement and bug fixes.
diff --git a/tools/winapi_check/modules.pm b/tools/winapi_check/modules.pm index 82ac2e4..daa91ae 100644 --- a/tools/winapi_check/modules.pm +++ b/tools/winapi_check/modules.pm
@@ -44,6 +44,10 @@ &Exporter::import(@_); $Exporter::ExportLevel--; + if (defined($modules)) { + return; + } + $modules = 'modules'->new; }