- Minor API files fixes

- Minor bug fixes
This commit is contained in:
Patrik Stridvall 2001-02-13 20:19:39 +00:00 committed by Alexandre Julliard
parent 7ac3db7b7f
commit 2859af9060
4 changed files with 15 additions and 2 deletions

View File

@ -444,6 +444,8 @@ dlls/winmm
% dlls/winnls/winnls.spec
dlls/winnls
% dlls/winnls/winnls32.spec
% dlls/winsock/winsock.spec

View File

@ -0,0 +1,7 @@
%long
BOOL
%word
HWND16

View File

@ -1,3 +1,7 @@
%long
HDC
%void
void

View File

@ -106,7 +106,7 @@ sub check_documentation {
foreach my $uc_module16 (@uc_modules16) {
if($documentation !~ /\b$uc_module16\.\Q$ordinal16\E/) {
$output->write("documentation: wrong or missing ordinal " .
"expected (\U$module16\E.$ordinal16)\\\n$documentation\n");
"expected ($uc_module16.$ordinal16) \\\n$documentation\n");
}
}
}
@ -121,7 +121,7 @@ sub check_documentation {
foreach my $uc_module32 (@uc_modules32) {
if($documentation !~ /\b$uc_module32\.\Q$ordinal32\E/) {
$output->write("documentation: wrong or missing ordinal " .
"expected (\U$module32\E.$ordinal32) \\\n$documentation\n");
"expected ($uc_module32.$ordinal32) \\\n$documentation\n");
}
}
}