removed unneeded defines. snprintf and friends are used within StringUtil.h

This commit is contained in:
Arthur Ice 2013-05-21 00:04:45 -07:00
parent 70eb226fea
commit 64212176ec

View File

@ -19,9 +19,6 @@ using namespace std;
#ifdef _WINDOWS #ifdef _WINDOWS
#include <windows.h> #include <windows.h>
#include <winsock.h> #include <winsock.h>
#define snprintf _snprintf
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#else #else
#include <sys/socket.h> #include <sys/socket.h>
#ifdef FREEBSD //Timothy Whitman - January 7, 2003 #ifdef FREEBSD //Timothy Whitman - January 7, 2003