parent
7ac3db7b7f
commit
2859af9060
|
@ -444,6 +444,8 @@ dlls/winmm
|
|||
|
||||
% dlls/winnls/winnls.spec
|
||||
|
||||
dlls/winnls
|
||||
|
||||
% dlls/winnls/winnls32.spec
|
||||
|
||||
% dlls/winsock/winsock.spec
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
%long
|
||||
|
||||
BOOL
|
||||
|
||||
%word
|
||||
|
||||
HWND16
|
|
@ -1,3 +1,7 @@
|
|||
%long
|
||||
|
||||
HDC
|
||||
|
||||
%void
|
||||
|
||||
void
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue