Re: [Cvslog] r15203 - /lyx-devel/trunk/src/support/fontutils.C

2006-10-03 Thread Enrico Forestieri
On Tue, Oct 03, 2006 at 09:25:58AM +0200, Andre Poenitz wrote: > On Tue, Oct 03, 2006 at 12:58:54AM -, [EMAIL PROTECTED] wrote: > > #if defined(_WIN32) || (defined(__CYGWIN__) && defined(X_DISPLAY_MISSING)) > > #include "windows.h" > > +#ifdef __CYGWIN__ > > +#undef max > > +#undef min > > +#

Re: [Cvslog] r15203 - /lyx-devel/trunk/src/support/fontutils.C

2006-10-03 Thread Andre Poenitz
On Tue, Oct 03, 2006 at 12:58:54AM -, [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. Andre'