Mercurial > hg > xemacs-beta
comparison src/s/windowsnt.h @ 434:9d177e8d4150 r21-2-25
Import from CVS: tag r21-2-25
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:30:53 +0200 |
parents | 3a7e78e1142d |
children | 84b14dcb0985 |
comparison
equal
deleted
inserted
replaced
433:892ca416f0fb | 434:9d177e8d4150 |
---|---|
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 extern Lisp_Object Vdirectory_sep_char; | 128 #define DIRECTORY_SEP ((char)XCHAR(Vdirectory_sep_char)) |
129 #define DIRECTORY_SEP ((char)XCHARVAL(Vdirectory_sep_char)) | |
130 | 129 |
131 /* Define this to be the separator between devices and paths */ | 130 /* Define this to be the separator between devices and paths */ |
132 #define DEVICE_SEP ':' | 131 #define DEVICE_SEP ':' |
133 | 132 |
134 /* We'll support either convention on NT. */ | 133 /* We'll support either convention on NT. */ |