summaryrefslogtreecommitdiff
path: root/src/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mutex.h')
-rw-r--r--src/mutex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mutex.h b/src/mutex.h
index 2ee6316..323b277 100644
--- a/src/mutex.h
+++ b/src/mutex.h
@@ -2,6 +2,7 @@
#define INCLUDE_MUTEX
#if defined(_WIN32)
+#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>
#include <process.h> /* _beginthread, _endthread */
#include <stddef.h>