Commit 3ffc4204 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Add _recalloc.

parent a5811228
......@@ -30,6 +30,7 @@ _ACRTIMP void* __cdecl calloc(size_t,size_t);
_ACRTIMP void __cdecl free(void*);
_ACRTIMP void* __cdecl malloc(size_t);
_ACRTIMP void* __cdecl realloc(void*,size_t);
_ACRTIMP void* __cdecl _recalloc(void*,size_t,size_t);
_ACRTIMP void* __cdecl _expand(void*,size_t);
_ACRTIMP size_t __cdecl _msize(void*);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment