relative to 00. LICENSE: X11/bugroff CHANGELOG: * include/wine: exception.h: - oops, the header was supposed to go here... -- diff -ur -x CVS -x 'bigdif*' -x autom4te.cache ../wine.test/include/wine/exception.h ./include/wine/exception.h --- ../wine.test/include/wine/exception.h 2003-01-12 19:25:47.000000000 -0600 +++ ./include/wine/exception.h 2003-01-12 19:29:01.000000000 -0600 @@ -67,8 +67,6 @@ */ #ifdef USE_COMPILER_EXCEPTIONS -#include <assert.h> - #define __TRY __try #define __EXCEPT(func) __except((func)(GetExceptionInformation())) #define __FINALLY(func) __finally { (func)(!AbnormalTermination()); } @@ -76,6 +74,8 @@ #else /* USE_COMPILER_EXCEPTIONS */ +#include <assert.h> + #define __TRY \ do { __WINE_FRAME __f; \ int __first = 1; \ -- gmt "If everyone is thinking alike then somebody isn't thinking." --George S. Patton