Michael Karcher : msvcrt: Out strings should be ptr instead of wstr in . spec file.

Alexandre Julliard julliard at winehq.org
Mon Dec 1 07:34:19 CST 2008


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

Author: Michael Karcher <wine at mkarcher.dialup.fu-berlin.de>
Date:   Sat Nov 29 18:04:54 2008 +0100

msvcrt: Out strings should be ptr instead of wstr in .spec file.

---

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

diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec
index 658c775..3104069 100644
--- a/dlls/msvcrt/msvcrt.spec
+++ b/dlls/msvcrt/msvcrt.spec
@@ -570,7 +570,7 @@
 @ cdecl _wspawnve(long wstr ptr ptr)
 @ cdecl _wspawnvp(long wstr ptr)
 @ cdecl _wspawnvpe(long wstr ptr ptr)
-@ cdecl _wsplitpath(wstr wstr wstr wstr wstr)
+@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
 @ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) _wsplitpath_s
 @ cdecl _wstat(wstr ptr) MSVCRT__wstat
 @ cdecl _wstati64(wstr ptr) MSVCRT__wstati64




More information about the wine-cvs mailing list