summaryrefslogtreecommitdiff
path: root/src/os_msdos.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-24 22:21:52 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-24 22:21:52 +0000
commitc01140a1a069caf3ced83eac7d4866048c4b723e (patch)
tree0620c08894dcaf985d74e3cb76c682aecd7fb8ae /src/os_msdos.h
parentdb552d60ec4613d5537d3ebdcc4130f1591c0589 (diff)
downloadvim-git-c01140a1a069caf3ced83eac7d4866048c4b723e.tar.gz
updated for version 7.0b
Diffstat (limited to 'src/os_msdos.h')
-rw-r--r--src/os_msdos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_msdos.h b/src/os_msdos.h
index b8e90e111..49420a895 100644
--- a/src/os_msdos.h
+++ b/src/os_msdos.h
@@ -21,6 +21,7 @@
# define USE_LONG_FNAME _USE_LFN /* decide at run time */
# define USE_FNAME_CASE
# define HAVE_PUTENV
+# define HAVE_STDARG_H
#else
# define SHORT_FNAME /* always 8.3 file name */
#endif