Changeset 640 for trunk/include/win/wine/obj_picture.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/include/win/wine/obj_picture.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_picture.h
r94 r640 1 /* $Id: obj_picture.h,v 1.3 1999-06-10 16:21:55 achimha Exp $ */2 1 /* 3 2 * Defines the COM interfaces and APIs related to OLE picture support. … … 11 10 #include "windows.h" 12 11 #include "windef.h" 12 13 #ifdef __cplusplus 14 extern "C" { 15 #endif /* defined(__cplusplus) */ 13 16 14 17 /***************************************************************************** … … 104 107 #endif 105 108 106 109 #ifdef __cplusplus 110 } /* extern "C" */ 111 #endif /* defined(__cplusplus) */ 107 112 108 113 #endif /* __WINE_WINE_OBJ_PICTURE_H */
Note:
See TracChangeset
for help on using the changeset viewer.
