Changeset 640 for trunk/include/win/wine/obj_contextmenu.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_contextmenu.h
r94 r640 1 /* $Id: obj_contextmenu.h,v 1.3 1999-06-10 16:21:54 achimha Exp $ */2 1 /************************************************************ 3 2 * IContextMenu 4 3 */ 5 4 6 #ifndef __WINE_WINE_OBJ_ ICONTEXTMENU_H7 #define __WINE_WINE_OBJ_ ICONTEXTMENU_H5 #ifndef __WINE_WINE_OBJ_CONTEXTMENU_H 6 #define __WINE_WINE_OBJ_CONTEXTMENU_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_IContextMenu, 0x000214E4L, 0, 0); … … 126 129 #endif 127 130 131 #ifdef __cplusplus 132 } /* extern "C" */ 133 #endif /* defined(__cplusplus) */ 128 134 129 #endif /* __WINE_WINE_OBJ_ ICONTEXTMENU_H */135 #endif /* __WINE_WINE_OBJ_CONTEXTMENU_H */
Note:
See TracChangeset
for help on using the changeset viewer.