heap also needed under windows with tcl

This commit is contained in:
dwarning 2009-01-14 20:44:49 +00:00
parent 014357e0f4
commit 0d1f70c6a9
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ trealloc(void *ptr, size_t num)
Function is used in outitf.c to prevent heap fragmentation
An additional heap outheap is used to store the plot output data.
*/
#ifdef HAS_WINDOWS
#if defined(HAS_WINDOWS) || defined(HAS_TCLWIN)
#if defined(_MSC_VER) || defined(__MINGW32__)
void *
hrealloc(void *ptr, size_t num)