summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-04-12 13:39:15 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-04-12 13:39:15 +0000
commit0054ae737552023d87621aac0ffe08246549cf22 (patch)
tree70c75bcfe9f59947490cf9935b1febbe0df0188e /src/common
parentc2883ff057e7bbe6949046fe43e6625c77c44238 (diff)
downloadhercules-0054ae737552023d87621aac0ffe08246549cf22.tar.gz
hercules-0054ae737552023d87621aac0ffe08246549cf22.tar.bz2
hercules-0054ae737552023d87621aac0ffe08246549cf22.tar.xz
hercules-0054ae737552023d87621aac0ffe08246549cf22.zip
* Took care of some warnings. (marionette formulas and *INTPTR_* macros)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13670 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-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;