summaryrefslogtreecommitdiff
path: root/include/my_dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_dir.h')
-rw-r--r--include/my_dir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_dir.h b/include/my_dir.h
index af4e640c96a..a4024516c91 100644
--- a/include/my_dir.h
+++ b/include/my_dir.h
@@ -76,7 +76,7 @@ typedef struct my_stat
#else
-#if(_MSC_VER)
+#if defined(_MSC_VER)
#define MY_STAT struct _stati64 /* 64 bit file size */
#else
#define MY_STAT struct stat /* Original struct has what we need */