summaryrefslogtreecommitdiff
path: root/src/common/cbasetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/cbasetypes.h')
-rw-r--r--src/common/cbasetypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/cbasetypes.h b/src/common/cbasetypes.h
index 1890a0901..5582ca26d 100644
--- a/src/common/cbasetypes.h
+++ b/src/common/cbasetypes.h
@@ -196,6 +196,10 @@ typedef unsigned long long uint64;
//////////////////////////////////////////////////////////////////////////
// pointer sized integers
//////////////////////////////////////////////////////////////////////////
+#undef UINTPTR_MIN
+#undef UINTPTR_MAX
+#undef INTPTR_MIN
+#undef INTPTR_MAX
#ifdef __64BIT__
typedef uint64 uintptr;
typedef int64 intptr;