Changeset 5618 for trunk/src/shell32/pidl.h
- Timestamp:
- Apr 28, 2001, 3:33:49 PM (24 years ago)
- 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 $ */2 1 /* 3 2 * internal pidl functions … … 76 75 #define PT_COMP 0x42 77 76 #define PT_NETWORK 0x47 78 #define PT_IESPECIAL 0xb1 77 #define PT_IESPECIAL1 0x61 78 #define PT_IESPECIAL2 0xb1 79 79 #define PT_SHARE 0xc3 80 80 … … 129 129 130 130 BOOL _ILGetFileDateTime (LPCITEMIDLIST pidl, FILETIME *ft); 131 DWORD _ILGetDrive (LPCITEMIDLIST, LPSTR, UINT 16);131 DWORD _ILGetDrive (LPCITEMIDLIST, LPSTR, UINT); 132 132 133 133 /* … … 145 145 * simple pidls from strings 146 146 */ 147 LPITEMIDLIST _ILCreate (PIDLTYPE,LPCVOID,UINT 16);147 LPITEMIDLIST _ILCreate (PIDLTYPE,LPCVOID,UINT); 148 148 149 149 LPITEMIDLIST _ILCreateDesktop (void); … … 170 170 * debug helper 171 171 */ 172 #ifdef __WIN32OS2__173 #ifdef DEBUG174 void pdump (LPCITEMIDLIST pidl);175 #else176 #define pdump(pidl)177 #endif178 //CB: needed in release build179 BOOL pcheck (LPCITEMIDLIST pidl);180 #else181 172 void pdump (LPCITEMIDLIST pidl); 182 173 BOOL pcheck (LPCITEMIDLIST pidl); 183 #endif184 174 185 175 /*
Note:
See TracChangeset
for help on using the changeset viewer.