Send the first two mingw32 patches to /dev/null and use these instead

Alexandre Julliard julliard at winehq.com
Thu Apr 25 17:20:30 CDT 2002


"Steven Edwards" <Steven_Ed4153 at yahoo.com> writes:

> Index: windef.h
> ===================================================================
> RCS file: /home/wine/wine/include/windef.h,v
> retrieving revision 1.62
> diff -u -r1.62 windef.h
> --- windef.h	10 Mar 2002 00:02:34 -0000	1.62
> +++ windef.h	25 Apr 2002 02:09:36 -0000
> @@ -157,8 +157,9 @@
>  #define _MAX_EXT            _MAX_FNAME
>  #define _MAX_PATH           260
>  #endif
> +#if ! defined (__MINGW__)
>  #define MAX_PATH            _MAX_PATH
> -
> +#endif

This seems to be a mingw32 bug, it is not supposed to define MAX_PATH,
only _MAX_PATH. At least that's how it's done under Windows.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list