Changed the spec definition of *s*printf from *str to ptr, since that

parameter is a destination buffer that may only contain garbage on entry.
This commit is contained in:
Ove Kaaven 2001-04-16 19:00:24 +00:00 committed by Alexandre Julliard
parent 0a49df16ed
commit 4e73f7e9ac
1 changed files with 3 additions and 3 deletions

View File

@ -491,7 +491,7 @@ debug_channels (msvcrt)
@ stub _unlock
@ cdecl _utime(str ptr) _utime
@ cdecl _vsnprintf(ptr long ptr ptr) vsnprintf
@ cdecl _vsnwprintf(wstr long wstr long) _vsnwprintf
@ cdecl _vsnwprintf(ptr long wstr long) _vsnwprintf
@ cdecl _waccess(wstr long) _waccess
@ stub _wasctime #(ptr)
@ cdecl _wchdir(wstr) _wchdir
@ -699,7 +699,7 @@ debug_channels (msvcrt)
@ cdecl signal(long long) MSVCRT_signal
@ cdecl sin(double) sin
@ cdecl sinh(double) sinh
@ varargs sprintf(str str) sprintf
@ varargs sprintf(ptr str) sprintf
@ forward -noimport sqrt ntdll.sqrt
@ cdecl srand(long) srand
@ varargs sscanf(str str) sscanf
@ -742,7 +742,7 @@ debug_channels (msvcrt)
@ cdecl vfwprintf(ptr wstr long) MSVCRT_vfwprintf
@ cdecl vprintf(str long) MSVCRT_vprintf
@ cdecl vsprintf(ptr str ptr) vsprintf
@ cdecl vswprintf(wstr wstr long) MSVCRT_vswprintf
@ cdecl vswprintf(ptr wstr long) MSVCRT_vswprintf
@ cdecl vwprintf(wstr long) MSVCRT_vwprintf
@ forward -noimport wcscat ntdll.wcscat
@ forward -noimport wcschr ntdll.wcschr