mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
msvcr90: Forward _calloc_crt to calloc.
This commit is contained in:
parent
8fc18b6b48
commit
e339872252
@ -307,7 +307,7 @@
|
||||
@ cdecl _c_exit() msvcrt._c_exit
|
||||
@ cdecl _cabs(long) msvcrt._cabs
|
||||
@ cdecl _callnewh(long) msvcrt._callnewh
|
||||
@ stub _calloc_crt
|
||||
@ cdecl _calloc_crt(long long) msvcrt.calloc
|
||||
@ cdecl _cexit() msvcrt._cexit
|
||||
@ cdecl _cgets(str) msvcrt._cgets
|
||||
@ stub _cgets_s
|
||||
|
@ -299,7 +299,7 @@
|
||||
@ cdecl _c_exit() msvcrt._c_exit
|
||||
@ cdecl _cabs(long) msvcrt._cabs
|
||||
@ cdecl _callnewh(long) msvcrt._callnewh
|
||||
@ stub _calloc_crt
|
||||
@ cdecl _calloc_crt(long long) msvcrt.calloc
|
||||
@ cdecl _cexit() msvcrt._cexit
|
||||
@ cdecl _cgets(str) msvcrt._cgets
|
||||
@ stub _cgets_s
|
||||
|
Loading…
Reference in New Issue
Block a user