Last header patch for Mingw32 I think (wingdi.h)

2002-04-25 Thread Steven Edwards
cvs diff -u wingdi.h Index: wingdi.h === RCS file: /home/wine/wine/include/wingdi.h,v retrieving revision 1.69 diff -u -r1.69 wingdi.h --- wingdi.h3 Apr 2002 22:08:27 - 1.69 +++ wingdi.h25 Apr 2002 16:48:19 -

Re: Last header patch for Mingw32 I think (wingdi.h)

2002-04-25 Thread Alexandre Julliard
Steven Edwards [EMAIL PROTECTED] writes: diff -u -r1.69 wingdi.h --- wingdi.h 3 Apr 2002 22:08:27 - 1.69 +++ wingdi.h 25 Apr 2002 16:48:19 - @@ -24,6 +24,14 @@ extern C { #endif +#ifdef __MINGW__ +#undef _MAX_PATH +#undef _MAX_DIR +#undef _MAX_EXT +#undef

RE: Last header patch for Mingw32 I think (wingdi.h)

2002-04-25 Thread Steven Edwards
diff -u -r1.69 wingdi.h --- wingdi.h3 Apr 2002 22:08:27 - 1.69 +++ wingdi.h25 Apr 2002 16:48:19 - -24,6 +24,14 extern C { #endif +#ifdef __MINGW__ +#undef _MAX_PATH +#undef _MAX_DIR +#undef _MAX_EXT +#undef _MAX_DRIVE +#include

Re: Last header patch for Mingw32 I think (wingdi.h)

2002-04-25 Thread Alexandre Julliard
Steven Edwards [EMAIL PROTECTED] writes: I think I needed it there for another define of MAX_PATH. stdlib.h does exist in mingw. Do you think I should just use wines windef.h and disregard this? I guess there could be a configure check for the MAX_* definitions also. Well, wingdi.h uses