Changeset 640 for trunk/include/win/wine/obj_clientserver.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_clientserver.h
r94 r640 1 /* $Id: obj_clientserver.h,v 1.3 1999-06-10 16:21:53 achimha Exp $ */2 1 /* 3 2 * Defines the COM interfaces and APIs related to client/server aspects. … … 8 7 9 8 #include "wine/obj_base.h" 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif /* defined(__cplusplus) */ 10 13 11 14 /***************************************************************************** … … 257 260 HRESULT WINAPI CoResumeClassObjects(void); 258 261 262 #ifdef __cplusplus 263 } /* extern "C" */ 264 #endif /* defined(__cplusplus) */ 259 265 260 266 #endif /* __WINE_WINE_OBJ_CLIENTSERVER_H */
Note:
See TracChangeset
for help on using the changeset viewer.