--- rfb/Region.h 2004/05/20 23:56:33 1.1 +++ rfb/Region.h 2004/05/21 00:10:57 @@ -22,7 +22,9 @@ #define __RFB_REGION_INCLUDED__ #include +#undef max #include +#define max(a,b) (((a) > (b)) ? (a) : (b)) struct _XRegion;