Changeset 640 for trunk/include/win/wine/obj_cache.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_cache.h
r94 r640 1 /* $Id: obj_cache.h,v 1.3 1999-06-10 16:21:52 achimha Exp $ */2 1 /* 3 2 * Defines the COM interfaces and APIs related to structured data storage. … … 12 11 #include "winbase.h" 13 12 13 #ifdef __cplusplus 14 extern "C" { 15 #endif /* defined(__cplusplus) */ 14 16 15 17 /***************************************************************************** … … 113 115 #define IOleCacheControl_OnStop(p) ICOM_CALL (OnStop,p) 114 116 #endif 115 116 117 118 119 #ifdef __cplusplus 120 } /* extern "C" */ 121 #endif /* defined(__cplusplus) */ 117 122 118 123 #endif /* __WINE_WINE_OBJ_CONTROL_H */
Note:
See TracChangeset
for help on using the changeset viewer.