about summary refs log tree commit diff stats
path: root/ignore.h
diff options
context:
space:
mode:
Diffstat (limited to 'ignore.h')
-rw-r--r--ignore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ignore.h b/ignore.h
index 1bc3add..3fcc445 100644
--- a/ignore.h
+++ b/ignore.h
@@ -3,6 +3,10 @@
 
 #define IGNORE_SIZE 100
 
+#ifdef _WIN32
+#define MAXPATHLEN 1024
+#endif
+
 struct ignores {
 	char **list;
 	int size;