diff dmd/mars.h @ 876:27a379f288bf

Merged DMD 1.039
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 07 Jan 2009 19:34:48 +0100
parents aa953cc960b6
children a4fcc13da3cd
line wrap: on
line diff
--- a/dmd/mars.h	Tue Jan 06 16:33:51 2009 +0100
+++ b/dmd/mars.h	Wed Jan 07 19:34:48 2009 +0100
@@ -198,6 +198,12 @@
 
 extern Global global;
 
+/* Set if Windows Structured Exception Handling C extensions are supported.
+ * Apparently, VC has dropped support for these?
+ */
+#define WINDOWS_SEH	(_WIN32 && __DMC__)
+
+
 #if __GNUC__
 //#define memicmp strncasecmp
 //#define stricmp strcasecmp