Skip to content
Snippets Groups Projects
Commit f78c3bee authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

Added missing prototype for ILFindChild().

parent 5d04f652
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,8 @@ LPPIDLDATA WINAPI _ILGetDataPointer(LPCITEMIDLIST);
LPSTR WINAPI _ILGetTextPointer(PIDLTYPE type, LPPIDLDATA pidldata);
LPSTR WINAPI _ILGetSTextPointer(PIDLTYPE type, LPPIDLDATA pidldata);
LPITEMIDLIST WINAPI ILFindChild(LPCITEMIDLIST pidl1,LPCITEMIDLIST pidl2);
void pdump (LPCITEMIDLIST pidl);
BOOL pcheck (LPCITEMIDLIST pidl);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment