Changeset 640 for trunk/include/win/wine/obj_shellview.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_shellview.h
r94 r640 1 /* $Id: obj_shellview.h,v 1.3 1999-06-10 16:21:56 achimha Exp $ */2 1 /************************************************************ 3 2 * IShellView 4 3 */ 5 4 6 #ifndef __WINE_WINE_OBJ_ ISHELLVIEW_H7 #define __WINE_WINE_OBJ_ ISHELLVIEW_H5 #ifndef __WINE_WINE_OBJ_SHELLVIEW_H 6 #define __WINE_WINE_OBJ_SHELLVIEW_H 8 7 9 8 #include "winbase.h" … … 13 12 #include "wine/obj_shellfolder.h" 14 13 #include "prsht.h" /* LPFNADDPROPSHEETPAGE */ 14 15 #ifdef __cplusplus 16 extern "C" { 17 #endif /* defined(__cplusplus) */ 15 18 16 19 /**************************************************************************** … … 141 144 #endif 142 145 146 #ifdef __cplusplus 147 } /* extern "C" */ 148 #endif /* defined(__cplusplus) */ 143 149 144 #endif /* __WINE_WINE_OBJ_ ISHELLVIEW_H */150 #endif /* __WINE_WINE_OBJ_SHELLVIEW_H */
Note:
See TracChangeset
for help on using the changeset viewer.