diff options
Diffstat (limited to 'al/effects/effects.h')
-rw-r--r-- | al/effects/effects.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/al/effects/effects.h b/al/effects/effects.h index 9d57dd82..f30f256a 100644 --- a/al/effects/effects.h +++ b/al/effects/effects.h @@ -16,8 +16,8 @@ class effect_exception final : public al::base_exception { ALenum mErrorCode; public: -#ifdef __USE_MINGW_ANSI_STDIO - [[gnu::format(gnu_printf, 3, 4)]] +#ifdef __MINGW32__ + [[gnu::format(__MINGW_PRINTF_FORMAT, 3, 4)]] #else [[gnu::format(printf, 3, 4)]] #endif |