--- orig/openmpi-1.7rc5/ompi/mca/coll/sm/coll_sm_reduce.c 2012-10-05 13:13:42.000000000 +0200 +++ openmpi-1.7rc5/ompi/mca/coll/sm/coll_sm_reduce.c 2012-12-19 12:09:30.466041400 +0100 @@ -52,7 +52,7 @@ /* * Useful utility routine */ -#if !defined(__WINDOWS__) +#if !defined(__WINDOWS__) && !defined(__CYGWIN__) static inline int min(int a, int b) { return (a < b) ? a : b;