removed visual studio 5,6,7 specific code except in tinyxml and StackWalker.

This commit is contained in:
Arthur Ice
2013-05-20 22:40:10 -07:00
parent 3c11f8f26b
commit 26143750f3
6 changed files with 28 additions and 51 deletions
+3 -5
View File
@@ -28,12 +28,10 @@ Child of the Mob class.
#include <sstream>
using namespace std;
#ifdef _WINDOWS
#define snprintf _snprintf
#if (_MSC_VER < 1500)
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#endif
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#endif
#include "masterentity.h"