Changeset 640 for trunk/include/win/wine/obj_extracticon.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_extracticon.h
r94 r640 1 /* $Id: obj_extracticon.h,v 1.3 1999-06-10 16:21:54 achimha Exp $ */2 1 /************************************************************ 3 2 * IExtractIconA 4 3 */ 5 4 6 #ifndef __WINE_WINE_OBJ_ IEXTRACTICONA_H7 #define __WINE_WINE_OBJ_ IEXTRACTICONA_H5 #ifndef __WINE_WINE_OBJ_EXTRACTICON_H 6 #define __WINE_WINE_OBJ_EXTRACTICON_H 8 7 9 8 #include "winbase.h" 10 9 #include "winuser.h" 11 10 #include "wine/obj_base.h" 11 12 #ifdef __cplusplus 13 extern "C" { 14 #endif /* defined(__cplusplus) */ 12 15 13 16 DEFINE_SHLGUID(IID_IExtractIconA, 0x000214EBL, 0, 0); … … 48 51 #define IExtractIcon IExtractIconA 49 52 50 #endif /* __WINE_WINE_OBJ_IEXTRACTICONA_H */ 53 #ifdef __cplusplus 54 } /* extern "C" */ 55 #endif /* defined(__cplusplus) */ 56 57 #endif /* __WINE_WINE_OBJ_EXTRACTICON_H */ 58
Note:
See TracChangeset
for help on using the changeset viewer.