diff src/s/windowsnt.h @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents e11d67e05968
children 182f72e8cd0d
line wrap: on
line diff
--- a/src/s/windowsnt.h	Mon Aug 13 10:38:47 2007 +0200
+++ b/src/s/windowsnt.h	Mon Aug 13 10:39:40 2007 +0200
@@ -328,10 +328,6 @@
 #define getdisk()               (_getdrive () - 1)
 #define getdefdir(_drv, _buf)   _getdcwd (_drv, _buf, MAXPATHLEN)
 
-#define EMACS_CONFIGURATION 	get_emacs_configuration ()
-const char *get_emacs_configuration (void);
-#define EMACS_CONFIG_OPTIONS	"NT"	/* Not very meaningful yet.  */
-
 #if 0 /* they do. -kkm */
 /* Define this so that winsock.h definitions don't get included when windows.h
    is...  I don't know if they do the right thing for emacs.  For this to
@@ -365,3 +361,12 @@
 #define SYSTEM_PURESIZE_EXTRA 15000
 
 /* ============================================================ */
+
+/* See unexnt.c */
+#if (_MSC_VER >= 1100)
+#define DUMP_SEPARATE_SECTION
+#endif
+#ifdef DUMP_SEPARATE_SECTION
+#pragma data_seg("xdata")
+#pragma bss_seg("xdata")
+#endif