Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
2859af90
Commit
2859af90
authored
Feb 13, 2001
by
Patrik Stridvall
Committed by
Alexandre Julliard
Feb 13, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Minor API files fixes
- Minor bug fixes
parent
7ac3db7b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
2 deletions
+17
-2
modules.dat
tools/winapi_check/modules.dat
+2
-0
winnls.api
tools/winapi_check/win16/winnls.api
+8
-0
dciman32.api
tools/winapi_check/win32/dciman32.api
+5
-0
winapi_documentation.pm
tools/winapi_check/winapi_documentation.pm
+2
-2
No files found.
tools/winapi_check/modules.dat
View file @
2859af90
...
...
@@ -444,6 +444,8 @@ dlls/winmm
% dlls/winnls/winnls.spec
dlls/winnls
% dlls/winnls/winnls32.spec
% dlls/winsock/winsock.spec
...
...
tools/winapi_check/win16/winnls.api
0 → 100644
View file @
2859af90
%long
BOOL
%word
HWND16
\ No newline at end of file
tools/winapi_check/win32/dciman32.api
View file @
2859af90
%long
HDC
%void
void
\ No newline at end of file
tools/winapi_check/winapi_documentation.pm
View file @
2859af90
...
...
@@ -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"
);
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment