mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
removed unneeded defines. snprintf and friends are used within StringUtil.h
This commit is contained in:
parent
70eb226fea
commit
64212176ec
@ -19,9 +19,6 @@ using namespace std;
|
||||
#ifdef _WINDOWS
|
||||
#include <windows.h>
|
||||
#include <winsock.h>
|
||||
#define snprintf _snprintf
|
||||
#define strncasecmp _strnicmp
|
||||
#define strcasecmp _stricmp
|
||||
#else
|
||||
#include <sys/socket.h>
|
||||
#ifdef FREEBSD //Timothy Whitman - January 7, 2003
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user