Index: tools/inc/solar.h =================================================================== RCS file: /cvs/oo/util/tools/inc/solar.h,v retrieving revision 1.17 diff -u -r1.17 solar.h --- tools/inc/solar.h 2001/03/16 15:28:34 1.17 +++ tools/inc/solar.h 2001/07/13 10:42:17 @@ -397,6 +397,7 @@ #define SWAPLONG(x) ((((x) >> 24) & 0x000000FF) | (((x) & 0x00FF0000) >> 8) | \ (((x) & 0x0000FF00) << 8) | (((x) & 0x000000FF) << 24)) +#ifndef __cplusplus #ifndef min #define min(a,b) (((a) < (b)) ? (a) : (b)) #endif @@ -407,6 +408,7 @@ #ifdef BLC #define __MINMAX_DEFINED +#endif #endif #endif