projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2bd6f3
)
Add prototype for SHFreeNameMappings.
author
Rolf Kalbermatter
<rolf.kalbermatter@citeng.com>
Thu, 21 Oct 2004 19:54:36 +0000
(19:54 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 21 Oct 2004 19:54:36 +0000
(19:54 +0000)
include/shellapi.h
patch
|
blob
|
blame
|
history
diff --git
a/include/shellapi.h
b/include/shellapi.h
index
098f3cf
..
76063a5
100644
(file)
--- a/
include/shellapi.h
+++ b/
include/shellapi.h
@@
-238,6
+238,8
@@
typedef struct _SHNAMEMAPPINGW
DECL_WINELIB_TYPE_AW(SHNAMEMAPPING)
DECL_WINELIB_TYPE_AW(LPSHNAMEMAPPING)
+void WINAPI SHFreeNameMappings(HANDLE hNameMappings);
+
/******************************************
* ShellExecute
*/