heap also needed under windows with tcl
This commit is contained in:
parent
014357e0f4
commit
0d1f70c6a9
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue