Add prototype for SHFreeNameMappings.
This commit is contained in:
parent
e2bd6f36d0
commit
8d3111ca26
|
@ -238,6 +238,8 @@ typedef struct _SHNAMEMAPPINGW
|
|||
DECL_WINELIB_TYPE_AW(SHNAMEMAPPING)
|
||||
DECL_WINELIB_TYPE_AW(LPSHNAMEMAPPING)
|
||||
|
||||
void WINAPI SHFreeNameMappings(HANDLE hNameMappings);
|
||||
|
||||
/******************************************
|
||||
* ShellExecute
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue