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
ad7a4fb9
Commit
ad7a4fb9
authored
Jul 16, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix msvcmaker so the generated testlist.c files include stdarg.h.
Add comments pointing out the relation between msvcmaker and make_ctests.
parent
f3eec54a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
make_ctests
tools/make_ctests
+3
-0
msvcmaker
tools/winapi/msvcmaker
+3
-0
No files found.
tools/make_ctests
View file @
ad7a4fb9
...
@@ -20,9 +20,12 @@
...
@@ -20,9 +20,12 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
# ***** Keep in sync with tools/winapi/msvcmaker:_generate_testlist_c *****
cat
<<
EOF
cat
<<
EOF
/* Automatically generated file; DO NOT EDIT!! */
/* Automatically generated file; DO NOT EDIT!! */
/* stdarg.h is needed for Winelib */
#include <stdarg.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
...
...
tools/winapi/msvcmaker
View file @
ad7a4fb9
...
@@ -1142,6 +1142,7 @@ if ($options->winetest) {
...
@@ -1142,6 +1142,7 @@ if ($options->winetest) {
}
}
}
}
# ***** Keep in sync with tools/make_ctests *****
sub
_generate_testlist_c
{
sub
_generate_testlist_c
{
local
*
OUT
=
shift
;
local
*
OUT
=
shift
;
...
@@ -1149,6 +1150,8 @@ sub _generate_testlist_c {
...
@@ -1149,6 +1150,8 @@ sub _generate_testlist_c {
print
OUT
"/* Automatically generated file; DO NOT EDIT!! */\n"
;
print
OUT
"/* Automatically generated file; DO NOT EDIT!! */\n"
;
print
OUT
"\n"
;
print
OUT
"\n"
;
print
OUT
"/* stdarg.h is needed for Winelib */\n"
;
print
OUT
"#include <stdarg.h>\n"
;
print
OUT
"#include <stdio.h>\n"
;
print
OUT
"#include <stdio.h>\n"
;
print
OUT
"#include <stdlib.h>\n"
;
print
OUT
"#include <stdlib.h>\n"
;
print
OUT
"#include \"windef.h\"\n"
;
print
OUT
"#include \"windef.h\"\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