Rob Shearman
8608e895eb
Add a new convenience macro for an exception handler that handles all exceptions.
...
When using native compiler exceptions, the previous method of doing
this, __EXCEPT(NULL), would expand to __except(
(NULL)(GetExceptionInformation())) which doesn't compile as NULL isn't a
function.
So add a new macro, __EXCEPT_ALL, which works correctly both when using
native compiler exceptions and without and which makes the meaning of
code in which it is used clearer.
2008-02-16 14:58:24 +01:00
..
2008-02-07 12:56:00 +01:00
2007-11-26 12:27:01 +01:00
2008-01-16 14:57:20 +01:00
2008-01-14 13:10:00 +01:00
2007-06-26 12:54:33 +02:00
2007-05-15 12:19:31 +02:00
2007-11-15 14:24:50 +01:00
2007-07-13 14:35:31 +02:00
2007-06-01 11:16:09 +02:00
2008-02-05 12:19:37 +01:00
2006-11-13 13:01:53 +01:00
2007-12-31 16:45:22 +01:00
2008-02-16 14:58:24 +01:00
2007-12-11 14:59:54 +01:00
2007-06-11 20:18:28 +02:00
2007-10-30 11:29:40 +01:00
2008-02-12 22:39:19 +01:00
2008-01-02 14:30:08 +01:00
2007-12-05 16:57:41 +01:00
2007-10-19 14:40:23 +02:00
2008-01-17 13:40:03 +01:00
2008-01-07 21:17:10 +01:00
2007-12-31 16:45:22 +01:00
2007-05-15 12:19:31 +02:00
2007-05-23 13:10:20 +02:00
2008-02-15 12:07:56 +01:00
2008-01-23 11:31:42 +01:00
2008-01-22 12:58:14 +01:00
2007-11-19 14:27:07 +01:00
2008-01-22 10:20:12 +01:00
2007-12-20 12:19:35 +01:00
2007-12-20 12:19:35 +01:00
2007-12-20 12:19:35 +01:00
2007-06-11 20:18:28 +02:00
2007-11-15 14:24:50 +01:00
2007-11-02 12:49:48 +01:00
2008-02-12 22:39:19 +01:00
2008-01-14 13:10:00 +01:00
2007-09-10 16:13:53 +02:00
2007-05-18 18:09:03 +02:00
2007-03-07 21:25:16 +01:00
2008-01-17 14:25:15 +01:00
2007-06-11 20:18:28 +02:00