Dmitry Timoshkov : shlwapi: Fix a typo in the previous patch. Spotted by Francois Gouget.

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


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

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Sun Oct 28 14:34:37 2007 +0800

shlwapi: Fix a typo in the previous patch. Spotted by Francois Gouget.

---

 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 fdb061c..8f8e8aa 100644
--- a/dlls/shlwapi/shlwapi.spec
+++ b/dlls/shlwapi/shlwapi.spec
@@ -391,7 +391,7 @@
 391 stdcall -noname WNetGetLastErrorWrapW(ptr ptr long ptr long)
 392 stdcall -noname EndDialogWrap(ptr ptr) user32.EndDialog
 393 stdcall -noname CreateDialogIndirectParamWrapW(long ptr long ptr long) user32.CreateDialogIndirectParamW
-394 stdcall -noname SHChangeNotify(long long ptr ptr)
+394 stdcall -noname SHChangeNotifyWrap(long long ptr ptr)
 395 stub -noname MLWinHelpA
 396 stub -noname MLHtmlHelpA
 397 stub -noname MLWinHelpW




More information about the wine-cvs mailing list