Changeset 640 for trunk/include/win/wine/obj_shelllink.h
- Timestamp:
- Aug 23, 1999, 12:52:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_shelllink.h
r94 r640 1 /* $Id: obj_shelllink.h,v 1.3 1999-06-10 16:21:56 achimha Exp $ */2 1 /* 3 2 * Defines the COM interfaces and APIs related to IShellLink. … … 12 11 #include "winbase.h" 13 12 #include "shell.h" 13 14 #ifdef __cplusplus 15 extern "C" { 16 #endif /* defined(__cplusplus) */ 14 17 15 18 /***************************************************************************** … … 149 152 #endif 150 153 154 #ifdef __cplusplus 155 } /* extern "C" */ 156 #endif /* defined(__cplusplus) */ 157 151 158 #endif /* __WINE_WINE_OBJ_SHELLLINK_H */
Note:
See TracChangeset
for help on using the changeset viewer.