From 8b732263120b10d5246bef64df72efdbef25f820 Mon Sep 17 00:00:00 2001 From: HackFisher Date: Sun, 9 Mar 2014 16:18:00 +0800 Subject: [PATCH] This should be a typo, fix it. move ">" before #endif --- include/fc/thread/thread.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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