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
57d1059b
Commit
57d1059b
authored
Sep 04, 2008
by
Jeff Latimer
Committed by
Alexandre Julliard
Sep 05, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Make some DDE traces more meaningful.
parent
b44a109b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dde_misc.c
dlls/user32/dde_misc.c
+1
-1
dde_server.c
dlls/user32/dde_server.c
+2
-2
No files found.
dlls/user32/dde_misc.c
View file @
57d1059b
...
...
@@ -1760,7 +1760,7 @@ WDML_CONV* WDML_AddConv(WDML_INSTANCE* pInstance, WDML_SIDE side,
pConv
->
next
=
pInstance
->
convs
[
side
];
pInstance
->
convs
[
side
]
=
pConv
;
TRACE
(
"pConv->wStatus %04x
\n
"
,
pConv
->
wStatus
);
TRACE
(
"pConv->wStatus %04x
pInstance(%p)
\n
"
,
pConv
->
wStatus
,
pInstance
);
return
pConv
;
}
...
...
dlls/user32/dde_server.c
View file @
57d1059b
...
...
@@ -340,8 +340,8 @@ static WDML_CONV* WDML_CreateServerConv(WDML_INSTANCE* pInstance, HWND hwndClien
hwndServerName
,
0
,
0
,
0
);
}
TRACE
(
"Created convServer=%p (nameServer=%p) for instance=%08x
\n
"
,
hwndServerConv
,
hwndServerName
,
pInstance
->
instanceID
);
TRACE
(
"Created convServer=%p (nameServer=%p) for instance=%08x
unicode=%d
\n
"
,
hwndServerConv
,
hwndServerName
,
pInstance
->
instanceID
,
pInstance
->
unicode
);
pConv
=
WDML_AddConv
(
pInstance
,
WDML_SERVER_SIDE
,
hszApp
,
hszTopic
,
hwndClient
,
hwndServerConv
);
...
...
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