Changeset 796 for trunk/include/win/shlguid.h
- Timestamp:
- Sep 2, 1999, 7:39:37 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/include/win/shlguid.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/shlguid.h
r4 r796 1 /* $Id: shlguid.h,v 1. 1 1999-05-24 20:19:19 ktkExp $ */1 /* $Id: shlguid.h,v 1.2 1999-09-02 17:39:36 phaller Exp $ */ 2 2 3 3 #ifndef __WINE_SHLGUID_H … … 34 34 35 35 /**************************************************************************** 36 * the following should be moved to the right place36 * undocumented stuff 37 37 */ 38 DEFINE_GUID (IID_MyComputer, 0x20D04FE0L, 0x3AEA, 0x1069, 0xA2, 0xD8, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D); 38 /* the next two IID's are the namespace elements in the desktop folder */ 39 DEFINE_GUID (IID_MyComputer, 0x20D04FE0L, 0x3AEA, 0x1069, 0xA2, 0xD8, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D); 40 DEFINE_GUID (IID_IExplore, 0x871C5380L, 0x42A0, 0x1069, 0xA2, 0xEA, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D); 39 41 42 DEFINE_GUID (CLSID_PaperBin, 0x645FF040L, 0x5081, 0x101B, 0x9F, 0x08, 0x00, 0xAA, 0x00, 0x2F, 0x95, 0x4E); 40 43 #endif /* __WINE_SHLGUID_H */
Note:
See TracChangeset
for help on using the changeset viewer.
