Commit 79b236c2 authored by Jactry Zeng's avatar Jactry Zeng Committed by Alexandre Julliard

msvcr90: Sync _wstat32i64 and _stat32i64 implementation.

parent 669f1bdf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment