Merge pull request #16 from HackFisher/patch-1
This should be a typo, fix it.
This commit is contained in:
commit
0fbe912e28
1 changed files with 1 additions and 1 deletions
|
|
@ -198,6 +198,6 @@ namespace fc {
|
||||||
typedef int (*unhandled_exception_filter_type)(unsigned, _EXCEPTION_POINTERS*);
|
typedef int (*unhandled_exception_filter_type)(unsigned, _EXCEPTION_POINTERS*);
|
||||||
void set_unhandled_structured_exception_filter(unhandled_exception_filter_type new_filter);
|
void set_unhandled_structured_exception_filter(unhandled_exception_filter_type new_filter);
|
||||||
unhandled_exception_filter_type get_unhandled_structured_exception_filter();
|
unhandled_exception_filter_type get_unhandled_structured_exception_filter();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue