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
49a6c097
Commit
49a6c097
authored
Jan 21, 2005
by
Rémi Assailly
Committed by
Alexandre Julliard
Jan 21, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small char -> const char fix.
parent
7b6b24d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
proxy.c
tools/widl/proxy.c
+2
-2
No files found.
tools/widl/proxy.c
View file @
49a6c097
...
...
@@ -49,7 +49,7 @@ static int indent = 0;
/* FIXME: support generation of stubless proxies */
int
print_proxy
(
char
*
format
,
...
)
static
int
print_proxy
(
const
char
*
format
,
...
)
{
va_list
va
;
int
i
,
r
;
...
...
@@ -89,7 +89,7 @@ static void write_stubdesc(void)
print_proxy
(
"
\n
"
);
}
static
void
write_formatdesc
(
char
*
str
)
static
void
write_formatdesc
(
c
onst
c
har
*
str
)
{
print_proxy
(
"typedef struct _MIDL_%s_FORMAT_STRING
\n
"
,
str
);
indent
++
;
...
...
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