summaryrefslogtreecommitdiff
path: root/com32/lib/sys/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/lib/sys/file.h')
-rw-r--r--com32/lib/sys/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/sys/file.h b/com32/lib/sys/file.h
index 4cd19464..f79b4f19 100644
--- a/com32/lib/sys/file.h
+++ b/com32/lib/sys/file.h
@@ -74,7 +74,7 @@ struct output_dev {
/* File structure */
-#define NFILES 32 /* Number of files to support */
+#define NFILES 128 /* Number of files to support */
#define MAXBLOCK 16384 /* Defined by ABI */
struct file_info {