shlwapi: Fix the DeleteMenuWrap() forward.

Francois Gouget fgouget at free.fr
Sat Oct 27 19:50:25 CDT 2007


---

There's no Ansi/Unicode issue with DeleteMenu. So I assume just 
DeleteMenu() was meant here.


 dlls/shlwapi/shlwapi.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec
index ce44553..fdb061c 100644
--- a/dlls/shlwapi/shlwapi.spec
+++ b/dlls/shlwapi/shlwapi.spec
@@ -422,7 +422,7 @@
 422 stdcall -noname SHGlobalCounterCreateNamedA(str long)
 423 stdcall -noname SHGlobalCounterCreateNamedW(wstr long)
 424 stdcall -noname SHGlobalCounterDecrement(long)
-425 stdcall -noname DeleteMenuWrap(ptr long long) user32.DeleteMenuW
+425 stdcall -noname DeleteMenuWrap(ptr long long) user32.DeleteMenu
 426 stdcall -noname DestroyMenuWrap(long) user32.DestroyMenu
 427 stdcall -noname TrackPopupMenuWrap(long long long long long long ptr) user32.TrackPopupMenu
 428 stdcall -noname TrackPopupMenuExWrap(long long long long long ptr) user32.TrackPopupMenuEx
-- 
1.5.3.4




More information about the wine-patches mailing list