summaryrefslogtreecommitdiffstats
path: root/raul/Semaphore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Semaphore.hpp')
-rw-r--r--raul/Semaphore.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/Semaphore.hpp b/raul/Semaphore.hpp
index 1dd6e39..1c6ee71 100644
--- a/raul/Semaphore.hpp
+++ b/raul/Semaphore.hpp
@@ -20,6 +20,7 @@
#ifdef __APPLE__
# include <mach/mach.h>
#elif defined(_WIN32)
+# define NOMINMAX
# include <windows.h>
#else
# include <cerrno>