Home | History | Annotate | Download | only in pthreads-win32

Lines Matching defs:__except

1294  * Redefine the SEH __except keyword to ensure that applications
1297 #define __except( E ) \
1298 __except( ( GetExceptionCode() == ptw32_get_exception_services_code() ) \