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
e6b51bf2
Commit
e6b51bf2
authored
Aug 07, 2000
by
Ove Kaaven
Committed by
Alexandre Julliard
Aug 07, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Protect the prototypes in here from C++ name mangling...
parent
81f5f5c9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
obj_base.h
include/wine/obj_base.h
+8
-0
No files found.
include/wine/obj_base.h
View file @
e6b51bf2
...
...
@@ -684,6 +684,10 @@ ICOM_DEFINE(IMalloc,IUnknown)
#define IMalloc_HeapMinimize(p) ICOM_CALL (HeapMinimize,p)
#ifdef __cplusplus
extern
"C"
{
#endif
HRESULT
WINAPI
CoCreateStandardMalloc16
(
DWORD
dwMemContext
,
LPMALLOC16
*
lpMalloc
);
HRESULT
WINAPI
CoGetMalloc16
(
DWORD
dwMemContext
,
LPMALLOC16
*
lpMalloc
);
...
...
@@ -758,4 +762,8 @@ void WINAPI CoUninitialize(void);
HRESULT
WINAPI
DllGetClassObject
(
REFCLSID
rclsid
,
REFIID
riid
,
LPVOID
*
ppv
);
HRESULT
WINAPI
DllCanUnloadNow
(
void
);
#ifdef __cplusplus
}
/* extern "C" */
#endif
#endif
/* __WINE_WINE_OBJ_BASE_H */
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