comparison src/s/windowsnt.h @ 265:8efd647ea9ca r20-5b31

Import from CVS: tag r20-5b31
author cvs
date Mon, 13 Aug 2007 10:25:37 +0200
parents 41f2f0e326e9
children c5d627a313b1
comparison
equal deleted inserted replaced
264:682d2a9d41a5 265:8efd647ea9ca
122 122
123 #if 0 123 #if 0
124 /* Define this to be the separator between path elements */ 124 /* Define this to be the separator between path elements */
125 #define DIRECTORY_SEP XINT (Vdirectory_sep_char) 125 #define DIRECTORY_SEP XINT (Vdirectory_sep_char)
126 #endif 126 #endif
127
128 /* XEmacs file I/O for DOS text files requires FILE_CODING */
129 #define FILE_CODING
127 130
128 #define DIRECTORY_SEP '\\' 131 #define DIRECTORY_SEP '\\'
129 132
130 /* Define this to be the separator between devices and paths */ 133 /* Define this to be the separator between devices and paths */
131 #define DEVICE_SEP ':' 134 #define DEVICE_SEP ':'
279 282
280 #ifdef HAVE_NTGUI 283 #ifdef HAVE_NTGUI
281 #define abort win32_abort 284 #define abort win32_abort
282 #endif 285 #endif
283 286
287 /* Random global functions called everywhere. Implemented in nt.c */
288 void dostounix_filename (char *p);
289 void unixtodos_filename (char *p);
290 char *getwd (char *dir);
291
284 /* Setitimer is emulated */ 292 /* Setitimer is emulated */
285 #define HAVE_SETITIMER 293 #define HAVE_SETITIMER
286 294
287 /* We now have emulation for some signals */ 295 /* We now have emulation for some signals */
288 #define HAVE_SIGHOLD 296 #define HAVE_SIGHOLD