Mercurial > hg > xemacs-beta
comparison src/s/windowsnt.h @ 359:8e84bee8ddd0 r21-1-9
Import from CVS: tag r21-1-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:55 +0200 |
parents | 182f72e8cd0d |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
358:fed6e0f6a03a | 359:8e84bee8ddd0 |
---|---|
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 #define DIRECTORY_SEP XCHAR(Vdirectory_sep_char) |
129 | 129 |
130 /* Define this to be the separator between devices and paths */ | 130 /* Define this to be the separator between devices and paths */ |
131 #define DEVICE_SEP ':' | 131 #define DEVICE_SEP ':' |
132 | 132 |
133 /* We'll support either convention on NT. */ | 133 /* We'll support either convention on NT. */ |