This should be a typo, fix it.
move ">" before #endif
This commit is contained in:
parent
f98a0d0623
commit
8b73226312
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue