summaryrefslogtreecommitdiff
path: root/common/JackShmMem.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/JackShmMem.h')
-rw-r--r--common/JackShmMem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/JackShmMem.h b/common/JackShmMem.h
index 94bd7b50..b9f15008 100644
--- a/common/JackShmMem.h
+++ b/common/JackShmMem.h
@@ -32,8 +32,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <windows.h>
#define CHECK_MLOCK(ptr, size) (VirtualLock((ptr), (size)) != 0)
#define CHECK_MUNLOCK(ptr, size) (VirtualUnlock((ptr), (size)) != 0)
- #define CHECK_MLOCKALL()
- #define CHECK_MUNLOCKALL()
+ #define CHECK_MLOCKALL()(false)
+ #define CHECK_MUNLOCKALL()(false)
#else
#include <sys/types.h>
#include <sys/mman.h>