Louis Lenders : msvcrt: Add _fstat64 and _stat64 to msvcrt.spec.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Nov 17 11:48:45 CST 2006


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

Author: Louis Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Thu Nov 16 11:49:47 2006 +0000

msvcrt: Add _fstat64 and _stat64 to msvcrt.spec.

---

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

diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec
index eaf9312..0b27bed 100644
--- a/dlls/msvcrt/msvcrt.spec
+++ b/dlls/msvcrt/msvcrt.spec
@@ -242,6 +242,7 @@
 @ cdecl _fputwchar(long)
 @ cdecl _fsopen(str str long) MSVCRT__fsopen
 @ cdecl _fstat(long ptr) MSVCRT__fstat
+@ stub _fstat64
 @ cdecl _fstati64(long ptr) MSVCRT__fstati64
 @ cdecl _ftime(ptr)
 @ cdecl -ret64 _ftol() ntdll._ftol
@@ -449,6 +450,7 @@
 @ cdecl _spawnvpe(long str ptr ptr)
 @ cdecl _splitpath(str ptr ptr ptr ptr) ntdll._splitpath
 @ cdecl _stat(str ptr) MSVCRT__stat
+@ stub _stat64 
 @ cdecl _stati64(str ptr) MSVCRT__stati64
 @ cdecl _statusfp()
 @ cdecl _strcmpi(str str) ntdll._strcmpi




More information about the wine-cvs mailing list