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
75c2184f
Commit
75c2184f
authored
Jan 19, 2007
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: Include objbase.h so that generated proxy file compiles on Wine.
parent
96e8568c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
makedep.c
tools/makedep.c
+1
-0
proxy.c
tools/widl/proxy.c
+1
-0
No files found.
tools/makedep.c
View file @
75c2184f
...
...
@@ -709,6 +709,7 @@ static void parse_generated_idl( INCL_FILE *source )
}
else
if
(
strendswith
(
source
->
name
,
"_p.c"
))
{
add_include
(
source
,
"objbase.h"
,
0
,
1
);
add_include
(
source
,
"rpcproxy.h"
,
0
,
1
);
add_include
(
source
,
header
,
0
,
0
);
}
...
...
tools/widl/proxy.c
View file @
75c2184f
...
...
@@ -94,6 +94,7 @@ static void init_proxy(ifref_t *ifaces)
print_proxy
(
"#define __REQUIRED_RPCPROXY_H_VERSION__ 440
\n
"
);
print_proxy
(
"#endif /* __REDQ_RPCPROXY_H_VERSION__ */
\n
"
);
print_proxy
(
"
\n
"
);
print_proxy
(
"#include
\"
objbase.h
\"\n
"
);
print_proxy
(
"#include
\"
rpcproxy.h
\"\n
"
);
print_proxy
(
"#ifndef __RPCPROXY_H_VERSION__
\n
"
);
print_proxy
(
"#error This code needs a newer version of rpcproxy.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