Commit d44f5434 authored by Alexandre Julliard's avatar Alexandre Julliard

msvcrt: Fix _wstat() spec entry.

parent 93cdf1ad
......@@ -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)
......
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