From 63d8f98b499cc69df9faf3ae8cee6978ad79d706 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 15 Apr 2012 12:53:46 +0000 Subject: Follow up r15863. As suggested by xazax I've replaced long with inptr since it seems to fit the purpose better. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15865 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/config/const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-60-g2f50