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
1c994d49
Commit
1c994d49
authored
Aug 30, 2007
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Aug 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wmc: Constify some data.
parent
fcd6f662
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
wmc.c
tools/wmc/wmc.c
+2
-2
write.c
tools/wmc/write.c
+1
-1
No files found.
tools/wmc/wmc.c
View file @
1c994d49
...
...
@@ -31,7 +31,7 @@
#include "lang.h"
#include "write.h"
static
char
usage
[]
=
static
c
onst
c
har
usage
[]
=
"Usage: wmc [options...] [inputfile.mc]
\n
"
" -B x Set output byte-order x={n[ative], l[ittle], b[ig]}
\n
"
" (default is n[ative] which equals "
...
...
@@ -58,7 +58,7 @@ static char usage[] =
"bytes read, which should be 0x0000..0x00ff.
\n
"
;
static
char
version_string
[]
=
static
c
onst
c
har
version_string
[]
=
"Wine Message Compiler version "
PACKAGE_VERSION
"
\n
"
"Copyright 2000 Bertho A. Stultiens
\n
"
;
...
...
tools/wmc/write.c
View file @
1c994d49
...
...
@@ -87,7 +87,7 @@
* for normal character strings and 1 for unicode strings.
*/
static
char
str_header
[]
=
static
c
onst
c
har
str_header
[]
=
"/* This file is generated with wmc version "
PACKAGE_VERSION
". Do not edit! */
\n
"
"/* Source : %s */
\n
"
"/* Cmdline: %s */
\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