Commit 8f2df17e authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Annotate CommandLineToArgvW with __WINE_DEALLOC.

parent 079ff28f
......@@ -671,7 +671,7 @@ typedef struct _SHSTOCKICONINFO
#define SHGSI_SHELLICONSIZE SHGFI_SHELLICONSIZE
WINSHELLAPI HRESULT WINAPI SHGetStockIconInfo(SHSTOCKICONID, UINT, SHSTOCKICONINFO*);
WINSHELLAPI LPWSTR* WINAPI CommandLineToArgvW(LPCWSTR,int*);
WINSHELLAPI WCHAR** WINAPI CommandLineToArgvW(const WCHAR*,int*) __WINE_DEALLOC(LocalFree);
WINSHELLAPI HICON WINAPI ExtractIconA(HINSTANCE,LPCSTR,UINT);
WINSHELLAPI HICON WINAPI ExtractIconW(HINSTANCE,LPCWSTR,UINT);
#define ExtractIcon WINELIB_NAME_AW(ExtractIcon)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment