Changeset 640 for trunk/include/win/wine/obj_marshal.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_marshal.h
r94 r640 1 /* $Id: obj_marshal.h,v 1.3 1999-06-10 16:21:54 achimha Exp $ */2 1 /* 3 2 * Defines the COM interfaces and APIs that allow an interface to … … 10 9 #include "wine/obj_base.h" 11 10 #include "wine/obj_storage.h" 11 12 #ifdef __cplusplus 13 extern "C" { 14 #endif /* defined(__cplusplus) */ 12 15 13 16 /***************************************************************************** … … 109 112 HRESULT WINAPI CoUnmarshalInterface(LPSTREAM pStm, REFIID riid, LPVOID* ppv); 110 113 114 #ifdef __cplusplus 115 } /* extern "C" */ 116 #endif /* defined(__cplusplus) */ 111 117 112 118 #endif /* __WINE_WINE_OBJ_MARSHAL_H */
Note:
See TracChangeset
for help on using the changeset viewer.