Francois Gouget : shlwapi: Fix the DeleteMenuWrap() forward.

Alexandre Julliard julliard at winehq.org
Mon Oct 29 08:34:49 CDT 2007


Module: wine
Branch: master
Commit: 5b58407271474e7ffa38715647f022e32fd0ce05
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5b58407271474e7ffa38715647f022e32fd0ce05

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Oct 28 02:50:25 2007 +0200

shlwapi: Fix the DeleteMenuWrap() forward.

---

 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




More information about the wine-cvs mailing list