aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ijar/common.h')
-rw-r--r--third_party/ijar/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/ijar/common.h b/third_party/ijar/common.h
index 05ad19fef8..c5b841aa7e 100644
--- a/third_party/ijar/common.h
+++ b/third_party/ijar/common.h
@@ -22,10 +22,10 @@
#include <stdint.h>
#include <string.h>
-#ifdef COMPILER_MSVC
+#ifdef _WIN32
#define PATH_MAX 4096
typedef int mode_t;
-#endif // COMPILER_MSVC
+#endif // _WIN32
namespace devtools_ijar {