comparison src/os_msdos.h @ 799:6beb2c667935

updated for version 7.0b
author vimboss
date Fri, 24 Mar 2006 22:21:52 +0000
parents 6b49757d378c
children 82b5078be2dd
comparison
equal deleted inserted replaced
798:95dac6af3b3a 799:6beb2c667935
19 #ifdef DJGPP 19 #ifdef DJGPP
20 # include <fcntl.h> /* defines _USE_LFN */ 20 # include <fcntl.h> /* defines _USE_LFN */
21 # define USE_LONG_FNAME _USE_LFN /* decide at run time */ 21 # define USE_LONG_FNAME _USE_LFN /* decide at run time */
22 # define USE_FNAME_CASE 22 # define USE_FNAME_CASE
23 # define HAVE_PUTENV 23 # define HAVE_PUTENV
24 # define HAVE_STDARG_H
24 #else 25 #else
25 # define SHORT_FNAME /* always 8.3 file name */ 26 # define SHORT_FNAME /* always 8.3 file name */
26 #endif 27 #endif
27 #define HAVE_STDLIB_H 28 #define HAVE_STDLIB_H
28 #define HAVE_STRING_H 29 #define HAVE_STRING_H