summaryrefslogtreecommitdiff
path: root/platform/default/src/mbgl/storage/local_file_request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/default/src/mbgl/storage/local_file_request.cpp')
-rw-r--r--platform/default/src/mbgl/storage/local_file_request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/default/src/mbgl/storage/local_file_request.cpp b/platform/default/src/mbgl/storage/local_file_request.cpp
index 084e6ff1b0..9f2351a5b7 100644
--- a/platform/default/src/mbgl/storage/local_file_request.cpp
+++ b/platform/default/src/mbgl/storage/local_file_request.cpp
@@ -5,7 +5,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#if defined(_WINDOWS) && !defined(S_ISDIR)
+#if defined(_WIN32) && !defined(S_ISDIR)
#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
#endif