Revert: need to start clean again perhaps.

This commit is contained in:
Jason Felds
2006-10-19 04:38:13 +00:00
parent 332183a78d
commit 386bbc23e2
@@ -17,7 +17,6 @@
#if _MSC_VER == 1400 // VC8 specific warnings
#pragma warning (disable : 4996) // deprecated functions vs "ISO C++ conformant names". (stricmp vs _stricmp)
#pragma warning (disable : 4005) // macro redefinitions (ARRAYSIZE)
#pragma warning (disable : 4652) // inconsistent compiler option 'C++ Exception Handling Unwinding'
#endif
#define snprintf _snprintf // Unsure if this goes with __MINGW32__ right now.