From aa2b91126827e6460a86ba0622a1f41328a7303e Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 5 Jan 2007 15:57:01 +0000 Subject: - Major reconfiguration of the trunk VS8 project files, read the changelog for details - Also removed some deprecated code that was causing linking conflicts - And fixed a missing md5calc reference in stable's VS8 files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9619 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/utils.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/common/utils.h') diff --git a/src/common/utils.h b/src/common/utils.h index 120224852..efd477c9b 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -13,17 +13,7 @@ #define LOWER(c) (((c)>='A' && (c) <= 'Z') ? ((c)+('a'-'A')) : (c)) #define UPPER(c) (((c)>='a' && (c) <= 'z') ? ((c)+('A'-'a')) : (c) ) -/* strcasecmp -> stricmp -> str_cmp */ -#if defined(_WIN32) && !defined(MINGW) - int strcasecmp(const char *arg1, const char *arg2); - int strncasecmp(const char *arg1, const char *arg2, size_t n); - void str_upper(char *name); - void str_lower(char *name); - char *rindex(char *str, char c); -#endif - void dump(unsigned char *buffer, int num); -int newt_sqrt(int value); //Newton aproximation for getting a fast sqrt. struct StringBuf { char *buf_; -- cgit v1.2.3-70-g09d2