| commit | bda507405e9c6604bc311cfba7af49d3b6f22b4d | [log] [tgz] |
|---|---|---|
| author | Patrik Stridvall <ps@leissner.se> | Sat Jul 14 00:48:41 2001 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Jul 14 00:48:41 2001 +0000 |
| tree | af5156a8efbf8c34f6ea600b7dae69e9aa55565c | |
| parent | ff338b273342ccb14964718728689667fe5e2503 [diff] [blame] |
Several additions and bug fixes.
diff --git a/tools/winapi_check/winapi_documentation.pm b/tools/winapi_check/winapi_documentation.pm index 78abc2b..36eb438 100644 --- a/tools/winapi_check/winapi_documentation.pm +++ b/tools/winapi_check/winapi_documentation.pm
@@ -3,6 +3,7 @@ use strict; use config qw($current_dir $wine_dir); +use nativeapi qw($nativeapi); my %comment_width; my %comment_indent;