From 1b8b555e1fcc83cd20ef32c39d767cfaf458bef6 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 10 Mar 2006 20:18:40 +0000 Subject: - Increased the range for unlocking out of Close confine. - Reverted some changes in cbasetypes.h which actually broke compilation. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5566 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/cbasetypes.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/common/cbasetypes.h') diff --git a/src/common/cbasetypes.h b/src/common/cbasetypes.h index b84a0c88e..505eb6752 100644 --- a/src/common/cbasetypes.h +++ b/src/common/cbasetypes.h @@ -91,14 +91,9 @@ typedef int* pint; ////////////////////////////// #ifdef WIN32 ////////////////////////////// -//These three are already redefined on my_global.h on Windows systems. -#ifdef TXT_ONLY typedef __int8 int8; -typedef __int32 int32; -typedef unsigned __int32 uint32; -#endif - typedef __int16 int16; +typedef __int32 int32; typedef signed __int8 sint8; typedef signed __int16 sint16; @@ -106,6 +101,7 @@ typedef signed __int32 sint32; typedef unsigned __int8 uint8; typedef unsigned __int16 uint16; +typedef unsigned __int32 uint32; ////////////////////////////// #else // GNU ////////////////////////////// -- cgit v1.2.3-70-g09d2