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
dfa6b127
Commit
dfa6b127
authored
Jan 03, 2003
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Jan 03, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SHGetMalloc() returns a HRESULT, not a DWORD.
parent
36d0e5b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
shellole.c
dlls/shell32/shellole.c
+1
-1
shlobj.h
include/shlobj.h
+1
-1
No files found.
dlls/shell32/shellole.c
View file @
dfa6b127
...
...
@@ -423,7 +423,7 @@ static ICOM_VTABLE(IMalloc) VT_Shell_IMalloc32 =
* uses OLE32.CoGetMalloc if OLE32.DLL is already loaded.
* if not it uses a internal implementations as fallback.
*/
DWORD
WINAPI
SHGetMalloc
(
LPMALLOC
*
lpmal
)
HRESULT
WINAPI
SHGetMalloc
(
LPMALLOC
*
lpmal
)
{
HRESULT
(
WINAPI
*
pCoGetMalloc
)(
DWORD
,
LPMALLOC
*
);
HMODULE
hOle32
;
...
...
include/shlobj.h
View file @
dfa6b127
...
...
@@ -375,7 +375,7 @@ typedef struct _SHELLVIEWDATA /* idl */
DWORD
viewmode
;
/* NF_* enum */
}
SHELLVIEWDATA
,
*
LPSHELLVIEWDATA
;
DWORD
WINAPI
SHGetMalloc
(
LPMALLOC
*
lpmal
)
;
HRESULT
WINAPI
SHGetMalloc
(
LPMALLOC
*
lpmal
)
;
/**********************************************************************
* SHGetSetSettings ()
...
...
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