diff lwlib/lwlib.c @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents b8cc9ab3f761
children 697ef44129c6
line wrap: on
line diff
--- a/lwlib/lwlib.c	Mon Aug 13 11:18:12 2007 +0200
+++ b/lwlib/lwlib.c	Mon Aug 13 11:19:21 2007 +0200
@@ -508,7 +508,7 @@
   return (s1 && s2) ? strcmp (s1, s2) : s1 ? False : !!s2;
 }
 
-#ifndef WINDOWSNT
+#ifndef WIN32_NATIVE
 static change_type
 max (change_type i1, change_type i2)
 {