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
ab159ead
Commit
ab159ead
authored
Dec 24, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Dec 24, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infosoft/tests: Constify a character string.
parent
ff304fb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
infosoft.c
dlls/infosoft/tests/infosoft.c
+1
-1
No files found.
dlls/infosoft/tests/infosoft.c
View file @
ab159ead
...
...
@@ -32,7 +32,7 @@
DEFINE_GUID
(
CLSID_wb_neutral
,
0x369647e0
,
0x17b0
,
0x11ce
,
0x99
,
0x50
,
0x00
,
0xaa
,
0x00
,
0x4b
,
0xbb
,
0x1f
);
DEFINE_GUID
(
_IID_IWordBreaker
,
0xD53552C8
,
0x77E3
,
0x101A
,
0xB5
,
0x52
,
0x08
,
0x00
,
0x2B
,
0x33
,
0xB0
,
0xE6
);
static
WCHAR
teststring
[]
=
{
static
const
WCHAR
teststring
[]
=
{
's'
,
'q'
,
'u'
,
'a'
,
'r'
,
'e'
,
' '
,
'c'
,
'i'
,
'r'
,
'c'
,
'l'
,
'e'
,
' '
,
't'
,
'r'
,
'i'
,
'a'
,
'n'
,
'g'
,
'l'
,
'e'
,
' '
,
...
...
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