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
dfe6a9b2
Commit
dfe6a9b2
authored
Dec 26, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Dec 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32/tests: Constify some character strings.
parent
8a4e5ec6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tmarshal.c
dlls/oleaut32/tests/tmarshal.c
+1
-1
typelib.c
dlls/oleaut32/tests/typelib.c
+2
-2
No files found.
dlls/oleaut32/tests/tmarshal.c
View file @
dfe6a9b2
...
...
@@ -1195,7 +1195,7 @@ static void test_typelibmarshal(void)
{
static
const
WCHAR
szCat
[]
=
{
'C'
,
'a'
,
't'
,
0
};
static
const
WCHAR
szTestTest
[]
=
{
'T'
,
'e'
,
's'
,
't'
,
'T'
,
'e'
,
's'
,
't'
,
0
};
static
WCHAR
szSuperman
[]
=
{
'S'
,
'u'
,
'p'
,
'e'
,
'r'
,
'm'
,
'a'
,
'n'
,
0
};
static
const
WCHAR
szSuperman
[]
=
{
'S'
,
'u'
,
'p'
,
'e'
,
'r'
,
'm'
,
'a'
,
'n'
,
0
};
HRESULT
hr
;
IKindaEnumWidget
*
pKEW
=
KindaEnumWidget_Create
();
IWidget
*
pWidget
;
...
...
dlls/oleaut32/tests/typelib.c
View file @
dfe6a9b2
...
...
@@ -1529,8 +1529,8 @@ static void test_CreateTypeLib(SYSKIND sys) {
static
OLECHAR
interface3W
[]
=
{
'i'
,
'n'
,
't'
,
'e'
,
'r'
,
'f'
,
'a'
,
'c'
,
'e'
,
'3'
,
0
};
static
OLECHAR
dualW
[]
=
{
'd'
,
'u'
,
'a'
,
'l'
,
0
};
static
OLECHAR
coclassW
[]
=
{
'c'
,
'o'
,
'c'
,
'l'
,
'a'
,
's'
,
's'
,
0
};
static
WCHAR
defaultW
[]
=
{
'd'
,
'e'
,
'f'
,
'a'
,
'u'
,
'l'
,
't'
,
0x3213
,
0
};
static
WCHAR
defaultQW
[]
=
{
'd'
,
'e'
,
'f'
,
'a'
,
'u'
,
'l'
,
't'
,
'?'
,
0
};
static
const
WCHAR
defaultW
[]
=
{
'd'
,
'e'
,
'f'
,
'a'
,
'u'
,
'l'
,
't'
,
0x3213
,
0
};
static
const
WCHAR
defaultQW
[]
=
{
'd'
,
'e'
,
'f'
,
'a'
,
'u'
,
'l'
,
't'
,
'?'
,
0
};
static
OLECHAR
func1W
[]
=
{
'f'
,
'u'
,
'n'
,
'c'
,
'1'
,
0
};
static
OLECHAR
func2W
[]
=
{
'f'
,
'u'
,
'n'
,
'c'
,
'2'
,
0
};
static
OLECHAR
prop1W
[]
=
{
'P'
,
'r'
,
'o'
,
'p'
,
'1'
,
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