diff src/balloon_help.c @ 155:43dd3413c7c7 r20-3b4

Import from CVS: tag r20-3b4
author cvs
date Mon, 13 Aug 2007 09:39:39 +0200
parents b980b6286996
children 6b37e6ddd302
line wrap: on
line diff
--- a/src/balloon_help.c	Mon Aug 13 09:38:27 2007 +0200
+++ b/src/balloon_help.c	Mon Aug 13 09:39:39 2007 +0200
@@ -43,7 +43,10 @@
 
 #include "balloon_help.h"
 
+#include "config.h"
+#ifndef WINDOWSNT
 #define max(x,y) (x>y?x:y)
+#endif
 
 #undef bool
 #define bool int