mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
corrected incorrect use of StringFormat and did basic indenting fix.
This commit is contained in:
@@ -29,10 +29,6 @@ using namespace std;
|
||||
// for windows compile
|
||||
#ifdef _WINDOWS
|
||||
#define abs64 _abs64
|
||||
#define snprintf _snprintf
|
||||
#define vsnprintf _vsnprintf
|
||||
#define strncasecmp _strnicmp
|
||||
#define strcasecmp _stricmp
|
||||
#else
|
||||
#include <stdarg.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
Reference in New Issue
Block a user