Detlef Riekenberg : msvcr80: Sync exports to msvcr90.

Alexandre Julliard julliard at winehq.org
Mon Jun 14 13:01:18 CDT 2010


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

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Mon Jun 14 14:32:28 2010 +0200

msvcr80: Sync exports to msvcr90.

---

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

diff --git a/dlls/msvcr80/msvcr80.spec b/dlls/msvcr80/msvcr80.spec
index 256031c..b4c168a 100644
--- a/dlls/msvcr80/msvcr80.spec
+++ b/dlls/msvcr80/msvcr80.spec
@@ -441,7 +441,7 @@
 @ stub _fstat32
 @ stub _fstat32i64
 @ cdecl _fstat64(long ptr) msvcrt._fstat64
-@ stub _fstat64i32
+@ cdecl _fstat64i32(long ptr) msvcr90._fstat64i32
 @ stub _ftell_nolock
 @ stub _ftelli64
 @ stub _ftelli64_nolock
@@ -926,7 +926,7 @@
 @ stub _stat32
 @ stub _stat32i64
 @ cdecl _stat64(str ptr) msvcrt._stat64
-@ stub _stat64i32
+@ cdecl _stat64i32(str ptr) msvcr90._stat64i32
 @ cdecl _statusfp() msvcrt._statusfp
 @ stub _statusfp2
 @ stub _strcoll_l




More information about the wine-cvs mailing list