Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a79587df
Commit
a79587df
authored
Sep 29, 2000
by
Huw D M Davies
Committed by
Alexandre Julliard
Sep 29, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple of TRACE messages.
parent
bd529026
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
compobj.c
dlls/ole32/compobj.c
+2
-2
No files found.
dlls/ole32/compobj.c
View file @
a79587df
...
...
@@ -380,7 +380,7 @@ HRESULT WINAPI CoCreateStandardMalloc16(DWORD dwMemContext,
*/
HRESULT
WINAPI
CoDisconnectObject
(
LPUNKNOWN
lpUnk
,
DWORD
reserved
)
{
TRACE
(
"
%p %lx
\n
"
,
lpUnk
,
reserved
);
TRACE
(
"
(%p, %lx)
\n
"
,
lpUnk
,
reserved
);
return
S_OK
;
}
...
...
@@ -1626,7 +1626,7 @@ HINSTANCE WINAPI CoLoadLibrary(LPOLESTR lpszLibName, BOOL bAutoFree)
OpenDll
*
ptr
;
OpenDll
*
tmp
;
TRACE
(
"
CoLoadLibrary(%p, %d
\n
"
,
debugstr_w
(
lpszLibName
),
bAutoFree
);
TRACE
(
"
(%s, %d)
\n
"
,
debugstr_w
(
lpszLibName
),
bAutoFree
);
hLibrary
=
LoadLibraryExW
(
lpszLibName
,
0
,
LOAD_WITH_ALTERED_SEARCH_PATH
);
...
...
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