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
c7602d51
Commit
c7602d51
authored
Sep 22, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 22, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: Define __REQUIRED_RPCNDR_H_VERSION__ in generated headers.
parent
4156460d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
header.c
tools/widl/header.c
+5
-0
No files found.
tools/widl/header.c
View file @
c7602d51
...
...
@@ -1358,6 +1358,11 @@ void write_header(const statement_list_t *stmts)
return
;
}
fprintf
(
header
,
"/*** Autogenerated by WIDL %s from %s - Do not edit ***/
\n\n
"
,
PACKAGE_VERSION
,
input_name
);
fprintf
(
header
,
"#ifndef __REQUIRED_RPCNDR_H_VERSION__
\n
"
);
fprintf
(
header
,
"#define __REQUIRED_RPCNDR_H_VERSION__ 475
\n
"
);
fprintf
(
header
,
"#endif
\n\n
"
);
fprintf
(
header
,
"#include <rpc.h>
\n
"
);
fprintf
(
header
,
"#include <rpcndr.h>
\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