diff --git a/src/supertux/error_handler.hpp b/src/supertux/error_handler.hpp index 959e75e564a..4ed3d381acc 100644 --- a/src/supertux/error_handler.hpp +++ b/src/supertux/error_handler.hpp @@ -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