diff options
-rw-r--r-- | controller/JSONDB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/JSONDB.cpp b/controller/JSONDB.cpp index 216470b4..ea295688 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> |