Changeset 3257 for trunk/src/shell32/pidl.h
- Timestamp:
- Mar 28, 2000, 5:28:54 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/pidl.h
r3243 r3257 1 /* $Id: pidl.h,v 1. 3 2000-03-26 16:34:43cbratschi Exp $ */1 /* $Id: pidl.h,v 1.4 2000-03-28 15:28:45 cbratschi Exp $ */ 2 2 3 3 /* … … 137 137 BOOL WINAPI _ILGetExtension (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize); 138 138 void WINAPI _ILGetFileType (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize); 139 DWORD WINAPI _ILGetFileAttributes(LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize);139 DWORD WINAPI _ILGetFileAttributes (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize); 140 140 DWORD WINAPI _ILGetFileSizeKB (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize); 141 141 … … 182 182 * debug helper 183 183 */ 184 #ifdef DEBUG 184 185 void pdump (LPCITEMIDLIST pidl); 186 #else 187 #define pdump(pidl) 188 #endif 189 //CB: needed in release build 185 190 BOOL pcheck (LPCITEMIDLIST pidl); 186 191
Note:
See TracChangeset
for help on using the changeset viewer.