Changeset 5148 for trunk/include/win/wine/obj_shelllink.h
- Timestamp:
- Feb 17, 2001, 4:38:17 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_shelllink.h
r4033 r5148 1 /* $Id: obj_shelllink.h,v 1.6 2000-08-18 02:04:23 phaller Exp $ */2 1 /* 3 2 * Defines the COM interfaces and APIs related to IShellLink. … … 22 21 typedef struct IShellLinkA IShellLinkA,*LPSHELLLINK; 23 22 typedef struct IShellLinkW IShellLinkW,*LPSHELLLINKW; 23 #define IShellLink WINELIB_NAME_AW(IShellLink) 24 24 25 25 /*****************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.