Ignore:
Timestamp:
Apr 28, 2001, 3:33:49 PM (24 years ago)
Author:
sandervl
Message:

resync with latest wine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/pidl.h

    r4121 r5618  
    1 /* $Id: pidl.h,v 1.6 2000-08-30 13:50:55 sandervl Exp $ */
    21/*
    32 * internal pidl functions
     
    7675#define PT_COMP         0x42
    7776#define PT_NETWORK      0x47
    78 #define PT_IESPECIAL    0xb1
     77#define PT_IESPECIAL1   0x61
     78#define PT_IESPECIAL2   0xb1
    7979#define PT_SHARE        0xc3
    8080
     
    129129
    130130BOOL    _ILGetFileDateTime      (LPCITEMIDLIST pidl, FILETIME *ft);
    131 DWORD   _ILGetDrive             (LPCITEMIDLIST, LPSTR, UINT16);
     131DWORD   _ILGetDrive             (LPCITEMIDLIST, LPSTR, UINT);
    132132
    133133/*
     
    145145 * simple pidls from strings
    146146 */
    147 LPITEMIDLIST    _ILCreate       (PIDLTYPE,LPCVOID,UINT16);
     147LPITEMIDLIST    _ILCreate       (PIDLTYPE,LPCVOID,UINT);
    148148
    149149LPITEMIDLIST    _ILCreateDesktop        (void);
     
    170170 * debug helper
    171171 */
    172 #ifdef __WIN32OS2__
    173 #ifdef DEBUG
    174 void pdump (LPCITEMIDLIST pidl);
    175 #else
    176 #define pdump(pidl)
    177 #endif
    178 //CB: needed in release build
    179 BOOL pcheck (LPCITEMIDLIST pidl);
    180 #else
    181172void    pdump   (LPCITEMIDLIST pidl);
    182173BOOL    pcheck  (LPCITEMIDLIST pidl);
    183 #endif
    184174
    185175/*
Note: See TracChangeset for help on using the changeset viewer.