Re: [PATCH] GNU/kFreeBSD detection

2011-08-22 Thread GOUJON Alexandre
On 08/22/2011 07:11 PM, Robert Millan wrote: 2011/8/22 Alexandre Julliard: If it doesn't need a different behavior there's no need for a new platform, just use PLATFORM_FREEBSD. It may need different behaviour in the future. Anyhow, if you still prefer to share the same macro here's the new pa

Re: [PATCH] GNU/kFreeBSD detection

2011-08-22 Thread Robert Millan
2011/8/22 Alexandre Julliard : > If it doesn't need a different behavior there's no need for a new > platform, just use PLATFORM_FREEBSD. It may need different behaviour in the future. Anyhow, if you still prefer to share the same macro here's the new patch. Thanks -- Robert Millan diff --git

Re: [PATCH] GNU/kFreeBSD detection

2011-08-22 Thread Alexandre Julliard
Robert Millan writes: > diff --git a/tools/winebuild/build.h b/tools/winebuild/build.h > index 05adf31..cf389fb 100644 > --- a/tools/winebuild/build.h > +++ b/tools/winebuild/build.h > @@ -148,6 +148,7 @@ enum target_platform > PLATFORM_UNSPECIFIED, > PLATFORM_APPLE, > PLATFORM_FRE