Commit 9e871539 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

msvcr80: Fix the _ctime32/64_s spec entries.

parent f8e71a34
......@@ -399,9 +399,9 @@
@ varargs _cscanf_s(str) msvcrt._cscanf_s
@ varargs _cscanf_s_l(str ptr) msvcrt._cscanf_s_l
@ cdecl _ctime32(ptr) msvcrt._ctime32
@ cdecl _ctime32_s(str ptr long) msvcrt._ctime32_s
@ cdecl _ctime32_s(str long ptr) msvcrt._ctime32_s
@ cdecl _ctime64(ptr) msvcrt._ctime64
@ cdecl _ctime64_s(str ptr long) msvcrt._ctime64_s
@ cdecl _ctime64_s(str long ptr) msvcrt._ctime64_s
@ cdecl _cwait(ptr long long) msvcrt._cwait
@ varargs _cwprintf(wstr) msvcrt._cwprintf
@ stub _cwprintf_l
......
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