| commit | 8d3111ca26a53efb0e53454fe317a43dffc2f117 | [log] [tgz] |
|---|---|---|
| author | Rolf Kalbermatter <rolf.kalbermatter@citeng.com> | Thu Oct 21 19:54:36 2004 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 21 19:54:36 2004 +0000 |
| tree | 6f759b691440a46cf7199fb93950f9c91d51f822 | |
| parent | e2bd6f36d0d1be21b56428b29087893ab65cd766 [diff] [blame] |
Add prototype for SHFreeNameMappings.
diff --git a/include/shellapi.h b/include/shellapi.h index 098f3cf..76063a5 100644 --- a/include/shellapi.h +++ b/include/shellapi.h
@@ -238,6 +238,8 @@ DECL_WINELIB_TYPE_AW(SHNAMEMAPPING) DECL_WINELIB_TYPE_AW(LPSHNAMEMAPPING) +void WINAPI SHFreeNameMappings(HANDLE hNameMappings); + /****************************************** * ShellExecute */