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

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/new/pidl.cpp

    r793 r795  
    142142}
    143143
     144
    144145/*************************************************************************
    145146 * ILGetDisplayName                     [SHELL32.15]
     
    293294        TRACE_(shell)("%s %p 0x%08lx\n",path,ppidl,attributes?*attributes:0);
    294295
    295         LocalToWideChar(lpszDisplayName, path, MAX_PATH);
     296        LocalToWideChar(lpszDisplayName, (LPSTR)path, MAX_PATH);
    296297
    297298        if (SUCCEEDED (SHGetDesktopFolder(&sf)))
Note: See TracChangeset for help on using the changeset viewer.