* include/windef.h: Fix typo in last change.
This commit is contained in:
parent
748bc82966
commit
2843ca56e7
|
@ -1,3 +1,7 @@
|
|||
2002-06-01 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/windef.h: Fix typo in last change.
|
||||
|
||||
2002-06-01 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/windef.h: Add no-op __try, __except, __finally
|
||||
|
|
|
@ -187,7 +187,7 @@ extern "C" {
|
|||
/* FIXME: This will make some code compile. The programs will most
|
||||
likely crash when an exception is raised, but at least they will
|
||||
compile. */
|
||||
#if defined (__GNUC__) && defined (__SEH_NOP)
|
||||
#if defined (__GNUC__) && defined (__SEH_NOOP)
|
||||
#define __try
|
||||
#define __except(x) if (0) /* don't execute handler */
|
||||
#define __finally
|
||||
|
|
Loading…
Reference in New Issue