Commit 2859af90 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

- Minor API files fixes

- Minor bug fixes
parent 7ac3db7b
......@@ -444,6 +444,8 @@ dlls/winmm
% dlls/winnls/winnls.spec
dlls/winnls
% dlls/winnls/winnls32.spec
% dlls/winsock/winsock.spec
......
%long
BOOL
%word
HWND16
\ No newline at end of file
%long
HDC
%void
void
\ No newline at end of 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");
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment