msvcrt: Fix _wstat() spec entry.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
93cdf1ada0
commit
d44f543405
|
@ -665,7 +665,7 @@
|
|||
@ cdecl _wspawnvp(long wstr ptr)
|
||||
@ cdecl _wspawnvpe(long wstr ptr ptr)
|
||||
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
|
||||
@ cdecl _wstat(str ptr)
|
||||
@ cdecl _wstat(wstr ptr)
|
||||
@ cdecl _wstat64(wstr ptr)
|
||||
@ cdecl _wstati64(wstr ptr)
|
||||
@ cdecl _wstrdate(ptr)
|
||||
|
|
|
@ -661,7 +661,7 @@
|
|||
@ cdecl _wspawnvp(long wstr ptr)
|
||||
@ cdecl _wspawnvpe(long wstr ptr ptr)
|
||||
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
|
||||
@ cdecl _wstat(str ptr)
|
||||
@ cdecl _wstat(wstr ptr)
|
||||
@ cdecl _wstat64(wstr ptr)
|
||||
@ cdecl _wstati64(wstr ptr)
|
||||
@ cdecl _wstrdate(ptr)
|
||||
|
|
|
@ -1218,7 +1218,7 @@
|
|||
@ cdecl _wspawnvpe(long wstr ptr ptr)
|
||||
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
|
||||
@ cdecl _wsplitpath_s(wstr ptr long ptr long ptr long ptr long)
|
||||
@ cdecl _wstat(str ptr)
|
||||
@ cdecl _wstat(wstr ptr)
|
||||
@ cdecl _wstati64(wstr ptr)
|
||||
@ cdecl _wstat64(wstr ptr)
|
||||
@ cdecl _wstrdate(ptr)
|
||||
|
|
|
@ -620,7 +620,7 @@
|
|||
@ cdecl _wspawnvp(long wstr ptr)
|
||||
@ cdecl _wspawnvpe(long wstr ptr ptr)
|
||||
@ cdecl _wsplitpath(wstr ptr ptr ptr ptr)
|
||||
@ cdecl _wstat(str ptr)
|
||||
@ cdecl _wstat(wstr ptr)
|
||||
@ cdecl _wstati64(wstr ptr)
|
||||
@ cdecl _wstrdate(ptr)
|
||||
@ cdecl _wstrtime(ptr)
|
||||
|
|
Loading…
Reference in New Issue