summaryrefslogtreecommitdiff
path: root/config/m-nt.h
diff options
context:
space:
mode:
Diffstat (limited to 'config/m-nt.h')
-rw-r--r--config/m-nt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/m-nt.h b/config/m-nt.h
index d869c375e0..783fdd170d 100644
--- a/config/m-nt.h
+++ b/config/m-nt.h
@@ -40,7 +40,7 @@
#endif
#define ARCH_INT64_PRINTF_FORMAT "I64"
-#if !defined(__MINGW32__) && !defined(__cplusplus) && !defined(inline)
+#if defined(_MSC_VER) && !defined(__cplusplus)
#define inline __inline
#endif