From 64212176ec91e59c64e28a3c682293866f13ff01 Mon Sep 17 00:00:00 2001 From: Arthur Ice Date: Tue, 21 May 2013 00:04:45 -0700 Subject: [PATCH] removed unneeded defines. snprintf and friends are used within StringUtil.h --- world/client.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/world/client.cpp b/world/client.cpp index 46c11bcc8..30e6b31c4 100644 --- a/world/client.cpp +++ b/world/client.cpp @@ -19,9 +19,6 @@ using namespace std; #ifdef _WINDOWS #include #include - #define snprintf _snprintf - #define strncasecmp _strnicmp - #define strcasecmp _stricmp #else #include #ifdef FREEBSD //Timothy Whitman - January 7, 2003