Skip to content

Commit

Permalink
oopz 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy committed Jul 26, 2024
1 parent 73a72fa commit ce1bbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supertux/error_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace ErrorHandler {
void error_dialog_crash(const std::string& stacktrace);
void error_dialog_exception(const std::string& exception = "");

#if WIN32
#ifdef WIN32
LONG WINAPI seh_handler(_In_ _EXCEPTION_POINTERS* ExceptionInfo);
//CONTEXT* pcontext;
#else
Expand Down

0 comments on commit ce1bbec

Please sign in to comment.