msvcr80: Fix the _ctime32/64_s spec entries.

This commit is contained in:
Sven Baars 2010-12-31 12:26:52 +01:00 committed by Alexandre Julliard
parent f8e71a346c
commit 9e871539d1
1 changed files with 2 additions and 2 deletions

View File

@ -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