diff options
Diffstat (limited to 'third_party/zlib_v128/zutil.c')
-rw-r--r-- | third_party/zlib_v128/zutil.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/zlib_v128/zutil.c b/third_party/zlib_v128/zutil.c index 02b945f7d8..5fa007964d 100644 --- a/third_party/zlib_v128/zutil.c +++ b/third_party/zlib_v128/zutil.c @@ -326,17 +326,9 @@ void ZLIB_INTERNAL zcfree (opaque, ptr) #endif /* !Z_SOLO */ #endif /* 0 */ -#if defined(_FX_MANAGED_CODE_) && defined(__cplusplus) -extern "C" { -#endif - extern void* FXMEM_DefaultAlloc(size_t, int); extern void FXMEM_DefaultFree(void*, int); -#if defined(_FX_MANAGED_CODE_) && defined(__cplusplus) -} -#endif - /* XYQ 2007-1-19 */ voidpf zcalloc(voidpf opaque, unsigned items, unsigned size) { |