1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

include: Annotate CommandLineToArgvW with __WINE_DEALLOC.

This commit is contained in:
Alex Henrie 2023-02-21 22:29:46 -07:00 committed by Alexandre Julliard
parent 079ff28fce
commit 8f2df17e84

View File

@ -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)