DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit a199c7c9bbd2d834ffd919a82aa9c4651cd183c9
parent 1d7ce7ef8f184f90da11a92c689632a639b1af86
Author: falkTX <falktx@falktx.com>
Date:   Sat, 19 Nov 2022 22:46:30 +0000

Fix last commit

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdistrho/extra/Mutex.hpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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