commit | e339872252c5d8de552181d4c869720d9636b755 | [log] [tgz] |
---|---|---|
author | Piotr Caban <piotr@codeweavers.com> | Mon Apr 12 15:35:56 2010 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 12 17:48:25 2010 +0200 |
tree | b3652840dc20672899614deee5419cbd933cd5ba | |
parent | 8fc18b6b4801efc0098f20a6ed4cacf6172e986f [diff] [blame] |
msvcr90: Forward _calloc_crt to calloc.
diff --git a/dlls/msvcr90/msvcr90.spec b/dlls/msvcr90/msvcr90.spec index 3eae9a0..5e145dd 100644 --- a/dlls/msvcr90/msvcr90.spec +++ b/dlls/msvcr90/msvcr90.spec
@@ -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