diff --git a/distrho/extra/Mutex.hpp b/distrho/extra/Mutex.hpp index 91910d69..e224ea55 100644 --- a/distrho/extra/Mutex.hpp +++ b/distrho/extra/Mutex.hpp @@ -28,7 +28,12 @@ #endif // FIXME make Mutex stop relying on pthread +#ifdef _MSC_VER +#define DISTRHO_OS_WINDOWS__TODO +#warning DPF Mutex implementation is TODO on MSVC +#else #include +#endif START_NAMESPACE_DISTRHO