msvcrt: Update spec files.
This commit is contained in:
parent
6b3b72d632
commit
bf446e7cfb
|
@ -495,7 +495,7 @@
|
|||
@ cdecl _putch(long) msvcrt._putch
|
||||
@ cdecl _putenv(str) msvcrt._putenv
|
||||
@ cdecl _putw(long ptr) msvcrt._putw
|
||||
@ stub _putwch
|
||||
@ cdecl _putwch(long) msvcrt._putwch
|
||||
@ cdecl _putws(wstr) msvcrt._putws
|
||||
@ stub _pwctype
|
||||
@ cdecl _read(long ptr long) msvcrt._read
|
||||
|
|
|
@ -490,7 +490,7 @@
|
|||
@ cdecl _putch(long) msvcrt._putch
|
||||
@ cdecl _putenv(str) msvcrt._putenv
|
||||
@ cdecl _putw(long ptr) msvcrt._putw
|
||||
@ stub _putwch
|
||||
@ cdecl _putwch(long) msvcrt._putwch
|
||||
@ cdecl _putws(wstr) msvcrt._putws
|
||||
@ extern _pwctype msvcrt._pwctype
|
||||
@ cdecl _read(long ptr long) msvcrt._read
|
||||
|
|
|
@ -434,7 +434,6 @@
|
|||
# stub _free_dbg
|
||||
# stub _freea
|
||||
# stub _freea_s
|
||||
# stub _fscanf_l
|
||||
@ varargs _fscanf_l(ptr str ptr) MSVCRT__fscanf_l
|
||||
@ varargs _fscanf_s_l(ptr str ptr) MSVCRT__fscanf_s_l
|
||||
@ cdecl _fseeki64(ptr int64 long) MSVCRT__fseeki64
|
||||
|
|
Loading…
Reference in New Issue