mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +00:00
Fix build due to recent header changes
svn path=/trunk/; revision=33233
This commit is contained in:
parent
8e8e7c35eb
commit
7be668ec63
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ HRESULT WINAPI SHILCreateFromPathAW (LPCVOID path, LPITEMIDLIST * ppidl, DWORD *
|
||||||
* Caller is responsible for deallocating the returned ItemIDList with the
|
* Caller is responsible for deallocating the returned ItemIDList with the
|
||||||
* shells IMalloc interface, aka ILFree.
|
* shells IMalloc interface, aka ILFree.
|
||||||
*/
|
*/
|
||||||
LPITEMIDLIST WINAPI SHCloneSpecialIDList(HWND hwndOwner, DWORD nFolder, BOOL fCreate)
|
PIDLIST_ABSOLUTE WINAPI SHCloneSpecialIDList(HWND hwndOwner, int nFolder, BOOL fCreate)
|
||||||
{
|
{
|
||||||
LPITEMIDLIST ppidl;
|
LPITEMIDLIST ppidl;
|
||||||
TRACE_(shell)("(hwnd=%p,csidl=0x%x,%s).\n", hwndOwner, nFolder, fCreate ? "T" : "F");
|
TRACE_(shell)("(hwnd=%p,csidl=0x%x,%s).\n", hwndOwner, nFolder, fCreate ? "T" : "F");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue