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
e9cac261
Commit
e9cac261
authored
Aug 15, 2005
by
Vincent Béron
Committed by
Alexandre Julliard
Aug 15, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change some TRACEing formats to make more sense.
parent
8b6d8dbd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
29 deletions
+29
-29
crypt.c
dlls/advapi32/crypt.c
+25
-25
phone.c
dlls/tapi32/phone.c
+3
-3
dde_client.c
dlls/user/dde_client.c
+1
-1
No files found.
dlls/advapi32/crypt.c
View file @
e9cac261
This diff is collapsed.
Click to expand it.
dlls/tapi32/phone.c
View file @
e9cac261
...
...
@@ -59,7 +59,7 @@ DWORD WINAPI phoneConfigDialogA(DWORD dwDeviceID, HWND hwndOwner, LPCSTR lpszDev
*/
DWORD
WINAPI
phoneDevSpecific
(
HPHONE
hPhone
,
LPVOID
lpParams
,
DWORD
dwSize
)
{
FIXME
(
"(%p, %p, %
08
ld): stub.
\n
"
,
hPhone
,
lpParams
,
dwSize
);
FIXME
(
"(%p, %p, %ld): stub.
\n
"
,
hPhone
,
lpParams
,
dwSize
);
return
1
;
}
...
...
@@ -78,7 +78,7 @@ DWORD WINAPI phoneGetButtonInfoA(HPHONE hPhone, DWORD dwButtonLampID,
*/
DWORD
WINAPI
phoneGetData
(
HPHONE
hPhone
,
DWORD
dwDataID
,
LPVOID
lpData
,
DWORD
dwSize
)
{
FIXME
(
"(%p, %08l
d, %p, %08
ld): stub.
\n
"
,
hPhone
,
dwDataID
,
lpData
,
dwSize
);
FIXME
(
"(%p, %08l
x, %p, %
ld): stub.
\n
"
,
hPhone
,
dwDataID
,
lpData
,
dwSize
);
return
0
;
}
...
...
@@ -88,7 +88,7 @@ DWORD WINAPI phoneGetData(HPHONE hPhone, DWORD dwDataID, LPVOID lpData, DWORD dw
DWORD
WINAPI
phoneGetDevCapsA
(
HPHONEAPP
hPhoneApp
,
DWORD
dwDeviceID
,
DWORD
dwAPIVersion
,
DWORD
dwExtVersion
,
LPPHONECAPS
lpPhoneCaps
)
{
FIXME
(
"(%p, %08l
d
, %08lx, %08lx, %p): stub.
\n
"
,
hPhoneApp
,
dwDeviceID
,
dwAPIVersion
,
dwExtVersion
,
lpPhoneCaps
);
FIXME
(
"(%p, %08l
x
, %08lx, %08lx, %p): stub.
\n
"
,
hPhoneApp
,
dwDeviceID
,
dwAPIVersion
,
dwExtVersion
,
lpPhoneCaps
);
/* call TSPI function here ! */
return
0
;
}
...
...
dlls/user/dde_client.c
View file @
e9cac261
...
...
@@ -1230,7 +1230,7 @@ BOOL WINAPI DdeAbandonTransaction(DWORD idInst, HCONV hConv, DWORD idTransaction
WDML_CONV
*
pConv
;
WDML_XACT
*
pXAct
;
TRACE
(
"(%08lx,%p,%08l
d
);
\n
"
,
idInst
,
hConv
,
idTransaction
);
TRACE
(
"(%08lx,%p,%08l
x
);
\n
"
,
idInst
,
hConv
,
idTransaction
);
EnterCriticalSection
(
&
WDML_CritSect
);
if
((
pInstance
=
WDML_GetInstance
(
idInst
)))
...
...
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