Sync with r21-2-35.
[chise/xemacs-chise.git] / src / alloca.c
index d2f7f0c..bbbcae6 100644 (file)
@@ -86,7 +86,7 @@ void xfree (pointer);
 # endif
 #endif
 
-#ifndef WINDOWSNT
+#ifndef NULL
 #define        NULL    0
 #endif
 
@@ -103,7 +103,7 @@ void xfree (pointer);
 #ifndef emacs
 #define malloc xmalloc
 #endif
-#ifndef WINDOWSNT
+#ifndef WIN32_NATIVE
 extern pointer malloc ();
 #else
 extern void *malloc();