Changeset 640 for trunk/include/win/wine/obj_shellbrowser.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_shellbrowser.h
r94 r640 1 /* $Id: obj_shellbrowser.h,v 1.3 1999-06-10 16:21:56 achimha Exp $ */2 1 /************************************************************ 3 2 * IShellBrowser 4 3 */ 5 4 6 #ifndef __WINE_WINE_OBJ_ ISHELLBROWSER_H7 #define __WINE_WINE_OBJ_ ISHELLBROWSER_H5 #ifndef __WINE_WINE_OBJ_SHELLBROWSER_H 6 #define __WINE_WINE_OBJ_SHELLBROWSER_H 8 7 9 8 #include "winbase.h" … … 13 12 #include "wine/obj_shellview.h" /* IShellView */ 14 13 #include "commctrl.h" /* TBBUTTON */ 14 15 #ifdef __cplusplus 16 extern "C" { 17 #endif /* defined(__cplusplus) */ 15 18 16 19 /* it's ok commented out, see obj_shellview.h … … 104 107 #endif 105 108 109 #ifdef __cplusplus 110 } /* extern "C" */ 111 #endif /* defined(__cplusplus) */ 106 112 107 #endif /* __WINE_WINE_OBJ_ ISHELLBROWSER_H */113 #endif /* __WINE_WINE_OBJ_SHELLBROWSER_H */
Note:
See TracChangeset
for help on using the changeset viewer.