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
b936df42
Commit
b936df42
authored
Sep 21, 2020
by
Paul Gofman
Committed by
Alexandre Julliard
Sep 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wmc: Add Dxgi facility.
Signed-off-by:
Paul Gofman
<
pgofman@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c460d4ff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mcl.c
tools/wmc/mcl.c
+2
-0
No files found.
tools/wmc/mcl.c
View file @
b936df42
...
...
@@ -85,6 +85,7 @@ static const WCHAR ustr_language[] = { 'L', 'a', 'n', 'g', 'u', 'a', 'g', 'e', 0
static
const
WCHAR
ustr_languagenames
[]
=
{
'L'
,
'a'
,
'n'
,
'g'
,
'u'
,
'a'
,
'g'
,
'e'
,
'N'
,
'a'
,
'm'
,
'e'
,
's'
,
0
};
static
const
WCHAR
ustr_messageid
[]
=
{
'M'
,
'e'
,
's'
,
's'
,
'a'
,
'g'
,
'e'
,
'I'
,
'd'
,
0
};
static
const
WCHAR
ustr_messageidtypedef
[]
=
{
'M'
,
'e'
,
's'
,
's'
,
'a'
,
'g'
,
'e'
,
'I'
,
'd'
,
'T'
,
'y'
,
'p'
,
'e'
,
'd'
,
'e'
,
'f'
,
0
};
static
const
WCHAR
ustr_dxgi
[]
=
{
'D'
,
'x'
,
'g'
,
'i'
,
0
};
static
const
WCHAR
ustr_null
[]
=
{
'N'
,
'u'
,
'l'
,
'l'
,
0
};
static
const
WCHAR
ustr_outputbase
[]
=
{
'O'
,
'u'
,
't'
,
'p'
,
'u'
,
't'
,
'B'
,
'a'
,
's'
,
'e'
,
0
};
static
const
WCHAR
ustr_severity
[]
=
{
'S'
,
'e'
,
'v'
,
'e'
,
'r'
,
'i'
,
't'
,
'y'
,
0
};
...
...
@@ -552,6 +553,7 @@ int mcy_lex(void)
add_token
(
tok_severity
,
ustr_success
,
0x00
,
0
,
NULL
,
0
);
add_token
(
tok_facility
,
ustr_application
,
0xFFF
,
0
,
NULL
,
0
);
add_token
(
tok_facility
,
ustr_system
,
0x0FF
,
0
,
NULL
,
0
);
add_token
(
tok_facility
,
ustr_dxgi
,
0x87a
,
0
,
NULL
,
0
);
add_token
(
tok_facility
,
ustr_null
,
0x000
,
0
,
NULL
,
0
);
add_token
(
tok_language
,
ustr_english
,
0x409
,
437
,
ustr_msg00001
,
0
);
}
...
...
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