This should be a typo, fix it.

move ">" before #endif
This commit is contained in:
HackFisher 2014-03-09 16:18:00 +08:00
parent f98a0d0623
commit 8b73226312

View file

@ -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