Index: third_party/zlib_v128/zutil.c |
diff --git a/third_party/zlib_v128/zutil.c b/third_party/zlib_v128/zutil.c |
index 02b945f7d8febb195d0354efb609b82cf2d70b38..5fa007964d5b84e00cdb07000adbfe0d280e87d7 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) |
{ |