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
+1 -3
View File
@@ -76,10 +76,8 @@
#ifdef _WINDOWS
#include <conio.h>
#include <process.h>
#if (_MSC_VER < 1500)
#define vsnprintf _vsnprintf
#endif
#define vsnprintf _vsnprintf
#define snprintf _snprintf
#define strncasecmp _strnicmp
#define strcasecmp _stricmp