Module: wine Branch: master Commit: 929be934110c9385f29d6ec7c73bb5201a90893d URL: http://source.winehq.org/git/wine.git/?a=commit;h=929be934110c9385f29d6ec7c7...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Fri Jul 13 15:02:36 2007 +0900
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)