#pragma once #ifdef _WIN32 void setup_error_handling() {} #else void setup_error_handling(); #endif