comparison src/balloon_help.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 74fd4e045ea6
children 697ef44129c6
comparison
equal deleted inserted replaced
409:301b9ebbdf3b 410:de805c49cfc1
42 42
43 #include "xintrinsic.h" 43 #include "xintrinsic.h"
44 44
45 #include "balloon_help.h" 45 #include "balloon_help.h"
46 46
47 #ifndef WINDOWSNT 47 #ifndef max
48 #define max(x,y) (x>y?x:y) 48 #define max(x,y) (x>y?x:y)
49 #endif 49 #endif
50 50
51 #undef bool 51 #undef bool
52 #define bool int 52 #define bool int