This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix last commit
Signed-off-by: falkTX <falktx@falktx.com>
pull/409/head
falkTX
2 years ago
parent
1d7ce7ef8f
commit
a199c7c9bb
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save