revert exceptions; these should not be on

This commit is contained in:
Glenn Maynard
2007-04-23 23:08:07 +00:00
parent ee0c5123b1
commit bee83bf4e8
2 changed files with 7 additions and 3 deletions
@@ -48,6 +48,10 @@
#define _CRT_SECURE_NO_DEPRECATE
#define _SCL_SECURE_NO_DEPRECATE
#if defined(_MSC_VER) && _MSC_VER >= 1400 // this is needed in VC8 but breaks VC7
#define _HAS_EXCEPTIONS 0
#endif
/* Don't include windows.h everywhere; when we do eventually include it, use these: */
#define WIN32_LEAN_AND_MEAN
#define VC_EXTRALEAN