Tommy Schultz Lassen : msvcr71: Add _vscprintf and _vscwprintf.

Alexandre Julliard julliard at winehq.org
Mon Oct 19 09:56:13 CDT 2009


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

Author: Tommy Schultz Lassen <wine at krynn.dk>
Date:   Sat Oct 17 09:53:16 2009 +0200

msvcr71: Add _vscprintf and _vscwprintf.

---

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

diff --git a/dlls/msvcr71/msvcr71.spec b/dlls/msvcr71/msvcr71.spec
index 7552ca3..0beec0c 100644
--- a/dlls/msvcr71/msvcr71.spec
+++ b/dlls/msvcr71/msvcr71.spec
@@ -545,8 +545,8 @@
 @ cdecl _unlock(long) msvcrt._unlock
 @ cdecl _utime(str ptr) msvcrt._utime
 @ stub _utime64
-@ stub _vscprintf
-@ stub _vscwprintf
+@ cdecl _vscprintf(str ptr) msvcrt._vscprintf
+@ cdecl _vscwprintf(wstr ptr) msvcrt._vscwprintf
 @ cdecl _vsnprintf(ptr long ptr ptr) msvcrt._vsnprintf
 @ cdecl _vsnwprintf(ptr long wstr long) msvcrt._vsnwprintf
 @ cdecl _waccess(wstr long) msvcrt._waccess




More information about the wine-cvs mailing list