comparison src/s/windowsnt.h @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 8e84bee8ddd0
children 064ab7fed2e0
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
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 XCHAR(Vdirectory_sep_char) 128 #define DIRECTORY_SEP '\\'
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. */
368 #endif 368 #endif
369 #ifdef DUMP_SEPARATE_SECTION 369 #ifdef DUMP_SEPARATE_SECTION
370 #pragma data_seg("xdata") 370 #pragma data_seg("xdata")
371 #pragma bss_seg("xdata") 371 #pragma bss_seg("xdata")
372 #endif 372 #endif
373
374 #ifdef HAVE_SCROLLBARS
375 /* Ensure the NT 4 mouse definitions in winuser.h are available */
376 #ifndef _WIN32_WINNT
377 #define _WIN32_WINNT 0x0400
378 #endif
379 #endif