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
+5 -6
View File
@@ -24,13 +24,12 @@ target to center around.
*/
#include "../common/debug.h"
#ifdef _WINDOWS
#define snprintf _snprintf
#if (_MSC_VER < 1500)
#define vsnprintf _vsnprintf
#endif
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#endif
#include "masterentity.h"