summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pthread.h b/pthread.h
index c25b1fd..b0c9946 100644
--- a/pthread.h
+++ b/pthread.h
@@ -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)
/*