Add a couple files to the vc8 build and turn exceptions back on.

This commit is contained in:
John Bauer
2007-04-22 14:12:59 +00:00
parent 96ad156980
commit 76ffe8fd73
2 changed files with 3 additions and 7 deletions
@@ -48,10 +48,6 @@
#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