changeset 9819:bb44f0c88ec2

[WINDOWSNT]: (VIRT_ADDR_VARIES, DATA_END, DATA_START, HAVE_ALLOCA): Defined.
author Karl Heuer <kwzh@gnu.org>
date Thu, 03 Nov 1994 20:49:20 +0000
parents a4112f6321a5
children ce47a07ac137
files src/m/intel386.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/intel386.h	Thu Nov 03 20:46:43 1994 +0000
+++ b/src/m/intel386.h	Thu Nov 03 20:49:20 1994 +0000
@@ -230,3 +230,10 @@
 #ifdef MSDOS
 #define NO_REMAP
 #endif
+
+#ifdef WINDOWSNT
+#define VIRT_ADDR_VARIES
+#define DATA_END 	get_data_end ()
+#define DATA_START 	get_data_start ()
+#define HAVE_ALLOCA
+#endif