Piotr Caban : msvcrt: Fix msvcrt.spec.

Alexandre Julliard julliard at winehq.org
Thu Nov 18 11:09:28 CST 2010


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Wed Nov 17 20:02:39 2010 +0100

msvcrt: Fix msvcrt.spec.

---

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

diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec
index c73a132..a0a29b2 100644
--- a/dlls/msvcrt/msvcrt.spec
+++ b/dlls/msvcrt/msvcrt.spec
@@ -639,9 +639,9 @@
 @ cdecl _lseek(long long long) MSVCRT__lseek
 @ cdecl -ret64 _lseeki64(long int64 long) MSVCRT__lseeki64
 @ cdecl _ltoa(long ptr long) ntdll._ltoa
-@ cdecl _ltoa_s(long ptr long long) ntdll._ltoa_s
+@ cdecl _ltoa_s(long ptr long long)
 @ cdecl _ltow(long ptr long) ntdll._ltow
-@ cdecl _ltow_s(long ptr long long) ntdll._ltow_s
+@ cdecl _ltow_s(long ptr long long)
 @ cdecl _makepath(ptr str str str str)
 @ cdecl _makepath_s(ptr long str str str str)
 # stub _malloc_dbg




More information about the wine-cvs mailing list