On Tue, Oct 03, 2006 at 09:25:58AM +0200, Andre Poenitz wrote: > On Tue, Oct 03, 2006 at 12:58:54AM -0000, [EMAIL PROTECTED] wrote: > > #if defined(_WIN32) || (defined(__CYGWIN__) && defined(X_DISPLAY_MISSING)) > > #include "windows.h" > > +#ifdef __CYGWIN__ > > +#undef max > > +#undef min > > +#endif > > This undef could be unconditional.
Yep, I already committed the change. -- Enrico
