corrected incorrect use of StringFormat and did basic indenting fix.

This commit is contained in:
Arthur Ice
2013-05-20 23:16:02 -07:00
parent 26143750f3
commit 9002bfb9a0
2 changed files with 14 additions and 18 deletions
-4
View File
@@ -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>