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
ffa4e572
Commit
ffa4e572
authored
Oct 04, 2006
by
Andrew Talbot
Committed by
Alexandre Julliard
Oct 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user/tests: Cast-qual warnings fix.
parent
7ff24491
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dde.c
dlls/user/tests/dde.c
+3
-3
No files found.
dlls/user/tests/dde.c
View file @
ffa4e572
...
...
@@ -29,8 +29,8 @@
static
const
WCHAR
TEST_DDE_SERVICE
[]
=
{
'T'
,
'e'
,
's'
,
't'
,
'D'
,
'D'
,
'E'
,
'S'
,
'e'
,
'r'
,
'v'
,
'i'
,
'c'
,
'e'
,
0
};
static
c
onst
c
har
exec_cmdA
[]
=
"ANSI dde command"
;
static
const
WCHAR
exec_cmdW
[]
=
{
'u'
,
'n'
,
'i'
,
'c'
,
'o'
,
'd'
,
'e'
,
' '
,
'd'
,
'd'
,
'e'
,
' '
,
'c'
,
'o'
,
'm'
,
'm'
,
'a'
,
'n'
,
'd'
,
0
};
static
char
exec_cmdA
[]
=
"ANSI dde command"
;
static
WCHAR
exec_cmdW
[]
=
{
'u'
,
'n'
,
'i'
,
'c'
,
'o'
,
'd'
,
'e'
,
' '
,
'd'
,
'd'
,
'e'
,
' '
,
'c'
,
'o'
,
'm'
,
'm'
,
'a'
,
'n'
,
'd'
,
0
};
static
WNDPROC
old_dde_client_wndproc
;
...
...
@@ -220,7 +220,7 @@ static void test_dde_transaction(void)
HWND
hwnd_client
,
hwnd_server
;
CONVINFO
info
;
HDDEDATA
hdata
;
static
c
onst
c
har
test_cmd
[]
=
"test dde command"
;
static
char
test_cmd
[]
=
"test dde command"
;
/* server: unicode, client: ansi */
if
(
!
create_dde_windows
(
&
hwnd_client
,
&
hwnd_server
))
return
;
...
...
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