* include/windef.h: Fix typo in last change.

This commit is contained in:
Danny Smith 2002-06-01 21:09:29 +00:00
parent 748bc82966
commit 2843ca56e7
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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