comparison src/s/windowsnt.h @ 432:3a7e78e1142d r21-2-24

Import from CVS: tag r21-2-24
author cvs
date Mon, 13 Aug 2007 11:29:58 +0200
parents 3ecd8885ac67
children 9d177e8d4150
comparison
equal deleted inserted replaced
431:a97165e56215 432:3a7e78e1142d
123 (Which you should place, by convention, in sysdep.c). */ 123 (Which you should place, by convention, in sysdep.c). */
124 124
125 /* XEmacs file I/O for DOS text files requires FILE_CODING */ 125 /* XEmacs file I/O for DOS text files requires FILE_CODING */
126 #define FILE_CODING 126 #define FILE_CODING
127 127
128 #define DIRECTORY_SEP '\\' 128 extern Lisp_Object Vdirectory_sep_char;
129 #define DIRECTORY_SEP ((char)XCHARVAL(Vdirectory_sep_char))
129 130
130 /* Define this to be the separator between devices and paths */ 131 /* Define this to be the separator between devices and paths */
131 #define DEVICE_SEP ':' 132 #define DEVICE_SEP ':'
132 133
133 /* We'll support either convention on NT. */ 134 /* We'll support either convention on NT. */