diff --git a/distrho/extra/Mutex.hpp b/distrho/extra/Mutex.hpp index e224ea55..d2a0425a 100644 --- a/distrho/extra/Mutex.hpp +++ b/distrho/extra/Mutex.hpp @@ -30,7 +30,7 @@ // FIXME make Mutex stop relying on pthread #ifdef _MSC_VER #define DISTRHO_OS_WINDOWS__TODO -#warning DPF Mutex implementation is TODO on MSVC +#pragma NOTE(DPF Mutex implementation is TODO on MSVC) #else #include #endif