include: Annotate CommandLineToArgvW with __WINE_DEALLOC.
This commit is contained in:
parent
079ff28fce
commit
8f2df17e84
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue