Changeset 795 for trunk/src/shell32/new/pidl.cpp
- Timestamp:
- Sep 2, 1999, 7:25:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/new/pidl.cpp
r793 r795 142 142 } 143 143 144 144 145 /************************************************************************* 145 146 * ILGetDisplayName [SHELL32.15] … … 293 294 TRACE_(shell)("%s %p 0x%08lx\n",path,ppidl,attributes?*attributes:0); 294 295 295 LocalToWideChar(lpszDisplayName, path, MAX_PATH);296 LocalToWideChar(lpszDisplayName, (LPSTR)path, MAX_PATH); 296 297 297 298 if (SUCCEEDED (SHGetDesktopFolder(&sf)))
Note:
See TracChangeset
for help on using the changeset viewer.