From d6f2064fa166cf9df4da17e34dcef4210042e8f5 Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 16 Apr 2006 02:40:46 +0000 Subject: * Temperory fixed compiler warnings/errors. Please compile before commiting. [Lance] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6098 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/cbasetypes.h | 4 ++++ src/common/strlib.h | 1 + 2 files changed, 5 insertions(+) (limited to 'src/common') diff --git a/src/common/cbasetypes.h b/src/common/cbasetypes.h index 505eb6752..097b5241c 100644 --- a/src/common/cbasetypes.h +++ b/src/common/cbasetypes.h @@ -56,6 +56,7 @@ ////////////////////////////////////////////////////////////////////////// // useful typedefs ////////////////////////////////////////////////////////////////////////// +#define HAVE_UCHAR typedef unsigned char uchar; typedef signed char schar; typedef signed short sshort; @@ -91,6 +92,9 @@ typedef int* pint; ////////////////////////////// #ifdef WIN32 ////////////////////////////// +#define SIZEOF_LONG 4 +#define SIZEOF_INT 4 +#define HAVE_INT_8_16_32 typedef __int8 int8; typedef __int16 int16; typedef __int32 int32; diff --git a/src/common/strlib.h b/src/common/strlib.h index 09eac0048..51d865149 100644 --- a/src/common/strlib.h +++ b/src/common/strlib.h @@ -12,6 +12,7 @@ char* jstrescapecpy (char* pt,char* spt); int jmemescapecpy (char* pt,char* spt, int size); #ifdef __WIN32 +#define HAVE_STRTOK_R #define strtok_r(s,delim,save_ptr) _strtok_r((s),(delim),(save_ptr)) char *_strtok_r(char *s1, const char *s2, char **lasts); #endif -- cgit v1.2.3-70-g09d2