diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/config/const.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/config/const.h b/src/map/config/const.h index 4e5a6fc5f..ae7ecd102 100644 --- a/src/map/config/const.h +++ b/src/map/config/const.h @@ -68,7 +68,7 @@ #ifdef __64BIT__
- #define __64BPRTSIZE(y) (long)y
+ #define __64BPRTSIZE(y) (intptr)y
#else
#define __64BPRTSIZE(y) y
#endif
|