diff --git a/Framework/Utilities.h b/Framework/Utilities.h index 3741737..91900c9 100644 --- a/Framework/Utilities.h +++ b/Framework/Utilities.h @@ -32,11 +32,11 @@ #define YQ_UNUSED(x) std::ignore = (x) -#ifdef __MINGW32__ +#ifdef __MINGW32__ +// Avoid callbacks # define YQ_CALLBACK __cdecl # define YQ_FUNCTION_NAME YQ_STRINGIZE(__func__) #elif defined(_WIN32) -// Avoid callbacks # define YQ_CALLBACK __cdecl # define YQ_FUNCTION_NAME __FUNCTION__ #else