summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--controller/JSONDB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/JSONDB.cpp b/controller/JSONDB.cpp
index ad9ba248..10be1380 100644
--- a/controller/JSONDB.cpp
+++ b/controller/JSONDB.cpp
@@ -19,7 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
-#ifndef __WINDOWS__
+#ifndef _WIN32
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>