comparison src/s/windowsnt.h @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 85ec50267440
children 78478c60bfcd
comparison
equal deleted inserted replaced
168:9851d5c6556e 169:15872534500d
115 115
116 #if 0 116 #if 0
117 /* Define this to be the separator between path elements */ 117 /* Define this to be the separator between path elements */
118 #define DIRECTORY_SEP XINT (Vdirectory_sep_char) 118 #define DIRECTORY_SEP XINT (Vdirectory_sep_char)
119 #endif 119 #endif
120
121 #define DIRECTORY_SEP '\\'
120 122
121 /* Define this to be the separator between devices and paths */ 123 /* Define this to be the separator between devices and paths */
122 #define DEVICE_SEP ':' 124 #define DEVICE_SEP ':'
123 125
124 /* We'll support either convention on NT. */ 126 /* We'll support either convention on NT. */