mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 22:01:30 +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
|
#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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user