Add prototype for SHFreeNameMappings.

oldstable
Rolf Kalbermatter 2004-10-21 19:54:36 +00:00 committed by Alexandre Julliard
parent e2bd6f36d0
commit 8d3111ca26
1 changed files with 2 additions and 0 deletions

View File

@ -238,6 +238,8 @@ typedef struct _SHNAMEMAPPINGW
DECL_WINELIB_TYPE_AW(SHNAMEMAPPING)
DECL_WINELIB_TYPE_AW(LPSHNAMEMAPPING)
void WINAPI SHFreeNameMappings(HANDLE hNameMappings);
/******************************************
* ShellExecute
*/