From 10657791075114dc5a8c6345339b82ba1460f6dd Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 15 Apr 2012 12:41:09 +0000 Subject: Follow up r15862 someone (/facepalm) forgot that he had modified more than one file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15863 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/config/const.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/map/config/const.h b/src/map/config/const.h index dc85bda82..4e5a6fc5f 100644 --- a/src/map/config/const.h +++ b/src/map/config/const.h @@ -66,6 +66,12 @@ #define DEFTYPE_MAX CHAR_MAX #endif + +#ifdef __64BIT__ + #define __64BPRTSIZE(y) (long)y +#else + #define __64BPRTSIZE(y) y +#endif /** * End of File **/ -- cgit v1.2.3-60-g2f50