From d13a5415a9185eb10fa611935508a3eac9913bc6 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Fri, 4 Apr 2003 13:11:32 +0000 Subject: Adding _heapchk svn-id: r6905 --- backends/wince/missing/missing.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/wince') diff --git a/backends/wince/missing/missing.cpp b/backends/wince/missing/missing.cpp index ba6e1042fb..43d99d8a9b 100644 --- a/backends/wince/missing/missing.cpp +++ b/backends/wince/missing/missing.cpp @@ -391,6 +391,10 @@ void *bsearch(const void *key, const void *base, size_t nmemb, #if _WIN32_WCE < 300 || defined(_TEST_HPC_STDIO) +int _heapchk() { + return _HEAPOK; +} + void *calloc(size_t n, size_t s) { void *result = malloc(n * s); if (result) -- cgit v1.2.3