2008/9/4 Marcus Meissner marcus@jet.franken.de:
+#ifndef STATUS_STACK_BUFFER_OVERRUN +# define STATUS_STACK_BUFFER_OVERRUN 0xC0000409 +#endif +#ifndef EH_NONCONTINUABLE +# define EH_NONCONTINUABLE 0x01 +#endif
These defines are not used. Either use them or remove them, but I would recommend removing them to keep the namespace clean.