about summary refs log tree commit diff
path: root/converter/other/exif.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/exif.h')
-rw-r--r--converter/other/exif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/exif.h b/converter/other/exif.h
index e5825e12..bae16726 100644
--- a/converter/other/exif.h
+++ b/converter/other/exif.h
@@ -3,7 +3,7 @@
 
 #define MAX_COMMENT 2000
 
-#ifdef _WIN32
+#if MSVCRT
     #define PATH_MAX _MAX_PATH
 #endif