diff --git a/include/fc/thread/thread.hpp b/include/fc/thread/thread.hpp index ec0f029..e95a7d1 100644 --- a/include/fc/thread/thread.hpp +++ b/include/fc/thread/thread.hpp @@ -198,6 +198,6 @@ namespace fc { typedef int (*unhandled_exception_filter_type)(unsigned, _EXCEPTION_POINTERS*); void set_unhandled_structured_exception_filter(unhandled_exception_filter_type new_filter); unhandled_exception_filter_type get_unhandled_structured_exception_filter(); -#endif } +#endif