Browse Source

Fix last commit

Signed-off-by: falkTX <falktx@falktx.com>
pull/409/head
falkTX 2 years ago
parent
commit
a199c7c9bb
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/extra/Mutex.hpp

+ 1
- 1
distrho/extra/Mutex.hpp View File

@@ -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 <pthread.h>
#endif


Loading…
Cancel
Save