Ignore:
Timestamp:
Sep 2, 1999, 7:39:37 PM (26 years ago)
Author:
phaller
Message:

Fix: header fixes for src/shell32/new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/shlguid.h

    r4 r796  
    1 /* $Id: shlguid.h,v 1.1 1999-05-24 20:19:19 ktk Exp $ */
     1/* $Id: shlguid.h,v 1.2 1999-09-02 17:39:36 phaller Exp $ */
    22
    33#ifndef __WINE_SHLGUID_H
     
    3434
    3535/****************************************************************************
    36 the following should be moved to the right place
     36undocumented stuff
    3737*/
    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 */
     39DEFINE_GUID (IID_MyComputer,    0x20D04FE0L, 0x3AEA, 0x1069, 0xA2, 0xD8, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
     40DEFINE_GUID (IID_IExplore,      0x871C5380L, 0x42A0, 0x1069, 0xA2, 0xEA, 0x08, 0x00, 0x2B, 0x30, 0x30, 0x9D);
    3941
     42DEFINE_GUID (CLSID_PaperBin,    0x645FF040L, 0x5081, 0x101B, 0x9F, 0x08, 0x00, 0xAA, 0x00, 0x2F, 0x95, 0x4E);
    4043#endif /* __WINE_SHLGUID_H */
Note: See TracChangeset for help on using the changeset viewer.