4 Sep
2008
4 Sep
'08
4:37 p.m.
2008/9/4 Marcus Meissner <marcus(a)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. -- Rob Shearman