diff 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
line wrap: on
line diff
--- a/src/s/windowsnt.h	Mon Aug 13 11:01:58 2007 +0200
+++ b/src/s/windowsnt.h	Mon Aug 13 11:03:08 2007 +0200
@@ -125,7 +125,7 @@
 /* XEmacs file I/O for DOS text files requires FILE_CODING */
 #define FILE_CODING
 
-#define DIRECTORY_SEP XCHAR(Vdirectory_sep_char)
+#define DIRECTORY_SEP '\\'
 
 /* Define this to be the separator between devices and paths */
 #define DEVICE_SEP ':'
@@ -370,10 +370,3 @@
 #pragma data_seg("xdata")
 #pragma bss_seg("xdata")
 #endif
-
-#ifdef HAVE_SCROLLBARS
-/* Ensure the NT 4 mouse definitions in winuser.h are available */
- #ifndef _WIN32_WINNT
-  #define _WIN32_WINNT 0x0400
- #endif
-#endif