mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
msvcr90: Sync _wstat32i64 and _stat32i64 implementation.
This commit is contained in:
parent
669f1bdfd9
commit
79b236c2d1
1 changed files with 2 additions and 2 deletions
|
@ -973,7 +973,7 @@
|
|||
@ varargs _sscanf_l(str str ptr) msvcrt._sscanf_l
|
||||
@ varargs _sscanf_s_l(str str ptr) msvcrt._sscanf_s_l
|
||||
@ cdecl _stat32(str ptr) msvcr100._stat32
|
||||
@ stub _stat32i64
|
||||
@ cdecl _stat32i64(str ptr) msvcr100._stat32i64
|
||||
@ cdecl _stat64(str ptr) msvcrt._stat64
|
||||
@ cdecl _stat64i32(str ptr) msvcr100._stat64i32
|
||||
@ cdecl _statusfp() msvcrt._statusfp
|
||||
|
@ -1243,7 +1243,7 @@
|
|||
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr) msvcrt._wsplitpath
|
||||
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long) msvcrt._wsplitpath_s
|
||||
@ cdecl _wstat32(wstr ptr) msvcr100._wstat32
|
||||
@ stub _wstat32i64
|
||||
@ cdecl _wstat32i64(wstr ptr) msvcr100._wstat32i64
|
||||
@ cdecl _wstat64(wstr ptr) msvcrt._wstat64
|
||||
@ cdecl _wstat64i32(wstr ptr) msvcr100._wstat64i32
|
||||
@ cdecl _wstrdate(ptr) msvcrt._wstrdate
|
||||
|
|
Loading…
Reference in a new issue