|
|
|
@ -49,7 +49,7 @@ void zmemzero(dest, len) |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#if defined( MSDOS ) && defined( __TURBOC__ ) |
|
|
|
|
#if defined( MSDOS ) && defined( __TURBOC__ ) && !defined( MY_ZCALLOC ) |
|
|
|
|
#if (defined( __BORLANDC__) || !defined(SMALL_MEDIUM)) && !defined(__32BIT__) |
|
|
|
|
/* Small and medium model in Turbo C are for now limited to near allocation
|
|
|
|
|
* with reduced MAX_WBITS and MAX_MEM_LEVEL |
|
|
|
@ -129,7 +129,7 @@ void zcfree (voidpf opaque, voidpf ptr) |
|
|
|
|
#endif /* MSDOS && __TURBOC__ */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(M_I86) && !defined(__32BIT__) |
|
|
|
|
#if defined(M_I86) && !defined(__32BIT__) && !defined( MY_ZCALLOC ) |
|
|
|
|
/* Microsoft C in 16-bit mode */ |
|
|
|
|
|
|
|
|
|
# define MY_ZCALLOC |
|
|
|
|