Changeset 21486 for trunk/include/win/wine/obj_base.h
- Timestamp:
- Nov 29, 2010, 5:57:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_base.h
r21484 r21486 879 879 #define IMalloc_HeapMinimize(p) ICOM_CALL (HeapMinimize,p) 880 880 881 /***************************************************************************** 882 */ 883 884 #ifdef __cplusplus 885 extern "C" { 886 #endif /* defined(__cplusplus) */ 887 881 888 /* values passed to CoGetMalloc */ 882 889 #define MEMCTX_TASK 1 /* private task memory */ … … 956 963 HRESULT WINAPI CoRevokeClassObject(DWORD dwRegister); 957 964 958 HRESULT WINAPI CoGetPSClsid(REFIID riid,CLSID *pclsid);959 960 void WINAPI CoUninitialize16(void);961 void WINAPI CoUninitialize(void);962 963 965 /***************************************************************************** 964 966 * COM Server dll - exports … … 974 976 #endif 975 977 978 #ifdef __cplusplus 979 } /* extern "C" */ 980 #endif /* defined(__cplusplus) */ 981 976 982 #endif /* __WINE_WINE_OBJ_BASE_H */
Note:
See TracChangeset
for help on using the changeset viewer.