shlwapi: Fix some spec entry definitions

Dmitry Timoshkov dmitry at codeweavers.com
Fri Jul 13 01:02:36 CDT 2007


Hello,

Changelog:
    shlwapi: Fix some spec entry definitions.

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

diff --git a/dlls/shlwapi/shlwapi.spec b/dlls/shlwapi/shlwapi.spec
index d236858..5821865 100644
--- a/dlls/shlwapi/shlwapi.spec
+++ b/dlls/shlwapi/shlwapi.spec
@@ -396,8 +396,8 @@
 396 stub -noname MLHtmlHelpA
 397 stub -noname MLWinHelpW
 398 stub -noname MLHtmlHelpW
-399 stdcall -noname StrCpyNXA(str str long)
-400 stdcall -noname StrCpyNXW(wstr wstr long)
+399 stdcall -noname StrCpyNXA(ptr str long)
+400 stdcall -noname StrCpyNXW(ptr wstr long)
 401 stdcall -noname PageSetupDlgWrapW(ptr)
 402 stdcall -noname PrintDlgWrapW(ptr)
 403 stdcall -noname GetOpenFileNameWrapW(ptr)
@@ -766,7 +766,7 @@
 @ stdcall StrCmpNIW (wstr wstr long)
 @ stdcall StrCmpNW (wstr wstr long)
 @ stdcall StrCmpW (wstr wstr)
-@ stdcall StrCpyNW (wstr wstr long)
+@ stdcall StrCpyNW (ptr wstr long)
 @ stdcall StrCpyW (ptr wstr)
 @ stdcall StrDupA (str)
 @ stdcall StrDupW (wstr)
-- 
1.5.2.3






More information about the wine-patches mailing list