import -ko -b 1.1.3 XEmacs XEmacs-21_2 r21-2-35
[chise/xemacs-chise.git.1] / src / balloon_help.c
index f0b95ef..5001c7d 100644 (file)
@@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA.  */
 
 #include "balloon_help.h"
 
-#ifndef WINDOWSNT
+#ifndef max
 #define max(x,y) (x>y?x:y)
 #endif