Windows fix

This commit is contained in:
Jeremy 2023-10-07 17:42:11 -04:00
parent 05c3f7160b
commit 1d514c1532
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -329,7 +329,7 @@ namespace cpptrace {
CPPTRACE_API extern const int stdout_fileno = detail::fileno(stdout);
CPPTRACE_API extern const int stderr_fileno = detail::fileno(stderr);
CPPTRACE_API [[noreturn]] void terminate_handler() {
[[noreturn]] CPPTRACE_API void terminate_handler() {
try {
std::rethrow_exception(std::current_exception());
} catch(cpptrace::exception& e) {