diff options
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -981,14 +981,14 @@ class ptw32_exception_exit : public ptw32_exception {}; #endif -#ifndef PTW32_BUILD - /* FIXME: This is only required if the library was built using SEH */ /* * Get internal SEH tag */ DWORD ptw32_get_exception_services_code(void); +#ifndef PTW32_BUILD + #if defined(_MSC_VER) && !defined(__cplusplus) /* |