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
5131ba61
Commit
5131ba61
authored
Oct 08, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set the widl version to be the same as the global package version.
parent
cf22e026
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
widl.c
tools/widl/widl.c
+2
-4
No files found.
tools/widl/widl.c
View file @
5131ba61
...
...
@@ -32,8 +32,6 @@
#include <ctype.h>
#include <signal.h>
#define WIDL_FULLVERSION "0.1"
#include "widl.h"
#include "utils.h"
#include "parser.h"
...
...
@@ -77,7 +75,7 @@ static char usage[] =
" * 0x20 Preprocessor yacc trace
\n
"
;
static
const
char
version_string
[]
=
"Wine IDL Compiler
Version "
WIDL_FULL
VERSION
"
\n
"
static
const
char
version_string
[]
=
"Wine IDL Compiler
version "
PACKAGE_
VERSION
"
\n
"
"Copyright 2002 Ove Kaaven
\n
"
;
int
win32
=
1
;
...
...
@@ -298,7 +296,7 @@ int main(int argc,char *argv[])
fprintf
(
stderr
,
"Could not open %s for output
\n
"
,
header_name
);
return
1
;
}
fprintf
(
header
,
"/*** Autogenerated by WIDL %s from %s - Do not edit ***/
\n
"
,
WIDL_FULL
VERSION
,
input_name
);
fprintf
(
header
,
"/*** Autogenerated by WIDL %s from %s - Do not edit ***/
\n
"
,
PACKAGE_
VERSION
,
input_name
);
fprintf
(
header
,
"#include <rpc.h>
\n
"
);
fprintf
(
header
,
"#include <rpcndr.h>
\n\n
"
);
fprintf
(
header
,
"#ifndef __WIDL_%s
\n
"
,
header_token
);
...
...
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