Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
2f31228d
Commit
2f31228d
authored
Oct 24, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify include quotes in the tests.dat file.
parent
2e4f0bc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
28 deletions
+28
-28
tests.dat
tools/winapi/tests.dat
+27
-27
winapi_test
tools/winapi/winapi_test
+1
-1
No files found.
tools/winapi/tests.dat
View file @
2f31228d
...
...
@@ -15,7 +15,7 @@ wingdi.h
%include
windows.h
"windows.h"
%type
...
...
@@ -454,7 +454,7 @@ winbase.h
%include
windows.h
"windows.h"
%type
...
...
@@ -584,8 +584,8 @@ windef.h
%include
ntstatus.h
windows.h
"ntstatus.h"
"windows.h"
%type
...
...
@@ -869,14 +869,14 @@ shlobj.h
%include
stdarg.h
windef.h
winbase.h
wtypes.h
shellapi.h
winuser.h
wingdi.h
shlobj.h
<stdarg.h>
"windef.h"
"winbase.h"
"wtypes.h"
"shellapi.h"
"winuser.h"
"wingdi.h"
"shlobj.h"
%type
...
...
@@ -945,12 +945,12 @@ shlwapi.h
%include
stdarg.h
windef.h
winbase.h
wtypes.h
winreg.h
shlwapi.h
<stdarg.h>
"windef.h"
"winbase.h"
"wtypes.h"
"winreg.h"
"shlwapi.h"
%type
...
...
@@ -979,10 +979,10 @@ urlmon.h
%include
stdarg.h
windef.h
winbase.h
urlmon.h
<stdarg.h>
"windef.h"
"winbase.h"
"urlmon.h"
%type
...
...
@@ -1012,7 +1012,7 @@ winuser.h
%include
windows.h
"windows.h"
%type
...
...
@@ -1278,10 +1278,10 @@ wininet.h
%include
stdarg.h
windef.h
winbase.h
wininet.h
<stdarg.h>
"windef.h"
"winbase.h"
"wininet.h"
%type
...
...
tools/winapi/winapi_test
View file @
2f31228d
...
...
@@ -465,7 +465,7 @@ sub output_header {
foreach
my
$test
(
@tests
)
{
my
@includes
=
$tests
->
get_section
(
$test_dir
,
$test
,
"include"
);
foreach
my
$include
(
@includes
)
{
print
OUT
"#include
\"$include\"
\n"
;
print
OUT
"#include
$include
\n"
;
}
}
print
OUT
"\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