summaryrefslogtreecommitdiff
path: root/lib/common/BoxPlatform.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-12-29 17:18:17 +0000
committerChris Wilson <chris+github@qwirx.com>2006-12-29 17:18:17 +0000
commit34ce26dcc69416489a1520e18a657ea7e8771ae1 (patch)
tree82bc87f0dd3ea797592e6989aaa33538fc69bc75 /lib/common/BoxPlatform.h
parent640786c33e71dd30c98068a7b82f8713f780d9f8 (diff)
Compile fix for platforms without intercept capability (refs #3)
Diffstat (limited to 'lib/common/BoxPlatform.h')
-rw-r--r--lib/common/BoxPlatform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common/BoxPlatform.h b/lib/common/BoxPlatform.h
index 3ae929ef..28822aa8 100644
--- a/lib/common/BoxPlatform.h
+++ b/lib/common/BoxPlatform.h
@@ -51,6 +51,8 @@
#define PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE
#endif
+ #define PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE
+
// Disable memory testing under Darwin, it just doesn't like it very much.
#ifdef __APPLE__
// TODO: We really should get some decent leak detection code.