Changeset 640 for trunk/include/win/wine/obj_channel.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_channel.h
r94 r640 1 /* $Id: obj_channel.h,v 1.3 1999-06-10 16:21:53 achimha Exp $ */2 1 /* 3 2 * Defines undocumented Microsoft COM interfaces and APIs seemingly related to some 'channel' notion. … … 8 7 9 8 #include "wine/obj_base.h" 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif /* defined(__cplusplus) */ 10 13 11 14 /***************************************************************************** … … 184 187 #endif 185 188 189 #ifdef __cplusplus 190 } /* extern "C" */ 191 #endif /* defined(__cplusplus) */ 186 192 187 193 #endif /* __WINE_WINE_OBJ_CHANNEL_H */
Note:
See TracChangeset
for help on using the changeset viewer.