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
a0c25846
Commit
a0c25846
authored
Feb 12, 2014
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Feb 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32/tests: Use wine_dbgstr_guid for printing GUIDs.
parent
86e2f37e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
marshal.c
dlls/ole32/tests/marshal.c
+1
-4
No files found.
dlls/ole32/tests/marshal.c
View file @
a0c25846
...
@@ -2428,10 +2428,7 @@ static void test_freethreadedmarshaldata(IStream *pStream, MSHCTX mshctx, void *
...
@@ -2428,10 +2428,7 @@ static void test_freethreadedmarshaldata(IStream *pStream, MSHCTX mshctx, void *
}
}
if
(
size
>=
3
*
sizeof
(
DWORD
)
+
sizeof
(
GUID
))
if
(
size
>=
3
*
sizeof
(
DWORD
)
+
sizeof
(
GUID
))
{
{
trace
(
"got guid data: {%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x}
\n
"
,
trace
(
"got guid data: %s
\n
"
,
wine_dbgstr_guid
((
GUID
*
)
marshal_data
));
((
GUID
*
)
marshal_data
)
->
Data1
,
((
GUID
*
)
marshal_data
)
->
Data2
,
((
GUID
*
)
marshal_data
)
->
Data3
,
((
GUID
*
)
marshal_data
)
->
Data4
[
0
],
((
GUID
*
)
marshal_data
)
->
Data4
[
1
],
((
GUID
*
)
marshal_data
)
->
Data4
[
2
],
((
GUID
*
)
marshal_data
)
->
Data4
[
3
],
((
GUID
*
)
marshal_data
)
->
Data4
[
4
],
((
GUID
*
)
marshal_data
)
->
Data4
[
5
],
((
GUID
*
)
marshal_data
)
->
Data4
[
6
],
((
GUID
*
)
marshal_data
)
->
Data4
[
7
]);
}
}
}
}
else
else
...
...
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