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
d0d7160c
Commit
d0d7160c
authored
Dec 05, 2008
by
Paul Vriens
Committed by
Alexandre Julliard
Dec 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Fix some typos.
parent
e86ff2a3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dde.c
dlls/user32/tests/dde.c
+2
-2
No files found.
dlls/user32/tests/dde.c
View file @
d0d7160c
...
...
@@ -1313,7 +1313,7 @@ static void test_dde_aw_transaction(void)
dde_inst
=
0
;
ret
=
DdeInitializeA
(
&
dde_inst
,
client_dde_callback
,
APPCMD_CLIENTONLY
,
0
);
ok
(
ret
==
DMLERR_NO_ERROR
,
"DdeInitialize
W
failed with error %04x (%x)
\n
"
,
ok
(
ret
==
DMLERR_NO_ERROR
,
"DdeInitialize
A
failed with error %04x (%x)
\n
"
,
ret
,
DdeGetLastError
(
dde_inst
));
hsz_server
=
DdeCreateStringHandleW
(
dde_inst
,
TEST_DDE_SERVICE
,
CP_WINUNICODE
);
...
...
@@ -1701,7 +1701,7 @@ static void test_DdeCreateStringHandle(void)
ret
=
DdeInitializeW
(
&
dde_inst
,
client_ddeml_callback
,
APPCMD_CLIENTONLY
,
0
);
if
(
GetLastError
()
==
ERROR_CALL_NOT_IMPLEMENTED
)
{
skip
(
"DdeInitialize
is unimplemented
\n
"
);
win_skip
(
"DdeInitializeW
is unimplemented
\n
"
);
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