|
@@ -30,7 +30,7 @@ |
|
|
// FIXME make Mutex stop relying on pthread |
|
|
// FIXME make Mutex stop relying on pthread |
|
|
#ifdef _MSC_VER |
|
|
#ifdef _MSC_VER |
|
|
#define DISTRHO_OS_WINDOWS__TODO |
|
|
#define DISTRHO_OS_WINDOWS__TODO |
|
|
#warning DPF Mutex implementation is TODO on MSVC |
|
|
|
|
|
|
|
|
#pragma NOTE(DPF Mutex implementation is TODO on MSVC) |
|
|
#else |
|
|
#else |
|
|
#include <pthread.h> |
|
|
#include <pthread.h> |
|
|
#endif |
|
|
#endif |
|
|