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
9d2c6e78
Commit
9d2c6e78
authored
Sep 10, 2007
by
Dan Hipschman
Committed by
Alexandre Julliard
Sep 11, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: Output UUID files compatible with older Visual C++ and MinGW.
parent
f3c9a9b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
widl.c
tools/widl/widl.c
+1
-2
No files found.
tools/widl/widl.c
View file @
9d2c6e78
...
...
@@ -396,8 +396,7 @@ int main(int argc,char *argv[])
fprintf
(
idfile
,
"from %s - Do not edit ***/
\n\n
"
,
input_name
);
fprintf
(
idfile
,
"#include <rpc.h>
\n
"
);
fprintf
(
idfile
,
"#include <rpcndr.h>
\n\n
"
);
fprintf
(
idfile
,
"#define INITGUID
\n
"
);
fprintf
(
idfile
,
"#include <guiddef.h>
\n\n
"
);
fprintf
(
idfile
,
"#include <initguid.h>
\n\n
"
);
fprintf
(
idfile
,
"#ifdef __cplusplus
\n
"
);
fprintf
(
idfile
,
"extern
\"
C
\"
{
\n
"
);
fprintf
(
idfile
,
"#endif
\n\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