msvcr90: Forward _calloc_crt to calloc.

This commit is contained in:
Piotr Caban 2010-04-12 15:35:56 +02:00 committed by Alexandre Julliard
parent 8fc18b6b48
commit e339872252
2 changed files with 2 additions and 2 deletions

View file

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

View file

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