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
7e34aec1
Commit
7e34aec1
authored
Mar 21, 2012
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Mar 26, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pstorec: Print the debug string and not the pointer to it.
parent
b485f6c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
pstorec.c
dlls/pstorec/pstorec.c
+2
-3
No files found.
dlls/pstorec/pstorec.c
View file @
7e34aec1
...
@@ -298,9 +298,8 @@ static HRESULT WINAPI PStore_fnOpenItem( IPStore* This, PST_KEY Key,
...
@@ -298,9 +298,8 @@ static HRESULT WINAPI PStore_fnOpenItem( IPStore* This, PST_KEY Key,
const
GUID
*
pItemType
,
const
GUID
*
pItemSubtype
,
LPCWSTR
szItemName
,
const
GUID
*
pItemType
,
const
GUID
*
pItemSubtype
,
LPCWSTR
szItemName
,
PST_ACCESSMODE
ModeFlags
,
PPST_PROMPTINFO
pProomptInfo
,
DWORD
dwFlags
)
PST_ACCESSMODE
ModeFlags
,
PPST_PROMPTINFO
pProomptInfo
,
DWORD
dwFlags
)
{
{
FIXME
(
"%p %08x %s %s %p %08x %p %08x
\n
"
,
This
,
Key
,
FIXME
(
"(%p,%08x,%s,%s,%s,%08x,%p,%08x) stub
\n
"
,
This
,
Key
,
debugstr_guid
(
pItemType
),
debugstr_guid
(
pItemType
),
debugstr_guid
(
pItemSubtype
),
debugstr_guid
(
pItemSubtype
),
debugstr_w
(
szItemName
),
ModeFlags
,
pProomptInfo
,
dwFlags
);
debugstr_w
(
szItemName
),
ModeFlags
,
pProomptInfo
,
dwFlags
);
return
E_NOTIMPL
;
return
E_NOTIMPL
;
}
}
...
...
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