Re: include: fix mingw64 build

2012-07-30 Thread Francois Gouget
On Sat, 28 Jul 2012, Jacek Caban wrote: > Hi Francois, > > On 7/28/12 9:22 AM, Francois Gouget wrote: > > Note that I had to add a couple of patches to get Wine to compile: > > * crtdefs.h uses wchar_t but does not define it which was causing > >trouble depending on the order of the includes

Re: include: fix mingw64 build

2012-07-28 Thread Jacek Caban
Hi Francois, On 7/28/12 9:22 AM, Francois Gouget wrote: Note that I had to add a couple of patches to get Wine to compile: * crtdefs.h uses wchar_t but does not define it which was causing trouble depending on the order of the includes in the source. * One of the _mingw.h includes was causing

Re: include: fix mingw64 build

2012-07-28 Thread Francois Gouget
On Tue, 17 Jul 2012, Jacek Caban wrote: > On 07/15/12 14:21, Nicolas Le Cam wrote: > > Hi Jacek, > > > > Could it be backported into stable 2.x ? This will allow distros to > > package it with the next stable release of mingw-w64. > > I've just committed it to 2.x branch. It's up to distros now t

Re: include: fix mingw64 build

2012-07-26 Thread Jacek Caban
On 07/15/12 14:21, Nicolas Le Cam wrote: > 2012/7/4 Jacek Caban : >> On 07/03/12 20:10, Jacek Caban wrote: >>> On 06/29/12 03:35, Austin English wrote: On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam wrote: > 2012/6/29 Austin English : >> Fixes http://bugs.winehq.org/show_bug.cg

Re: include: fix mingw64 build

2012-07-17 Thread Nicolas Le Cam
2012/7/17 Jacek Caban : > On 07/15/12 14:21, Nicolas Le Cam wrote: >> Hi Jacek, >> >> Could it be backported into stable 2.x ? This will allow distros to >> package it with the next stable release of mingw-w64. > > I've just committed it to 2.x branch. It's up to distros now to update > packages. >

Re: include: fix mingw64 build

2012-07-17 Thread Jacek Caban
On 07/15/12 14:21, Nicolas Le Cam wrote: > Hi Jacek, > > Could it be backported into stable 2.x ? This will allow distros to > package it with the next stable release of mingw-w64. I've just committed it to 2.x branch. It's up to distros now to update packages. Jacek

Re: include: fix mingw64 build

2012-07-15 Thread Nicolas Le Cam
2012/7/4 Jacek Caban : > On 07/03/12 20:10, Jacek Caban wrote: >> On 06/29/12 03:35, Austin English wrote: >>> On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam >>> wrote: 2012/6/29 Austin English : > Fixes http://bugs.winehq.org/show_bug.cgi?id=30980 > > -- > -Austin > >>>

Re: include: fix mingw64 build

2012-07-05 Thread Austin English
On Wed, Jul 4, 2012 at 8:13 AM, Jacek Caban wrote: > On 07/03/12 20:10, Jacek Caban wrote: >> On 06/29/12 03:35, Austin English wrote: >>> On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam >>> wrote: 2012/6/29 Austin English : > Fixes http://bugs.winehq.org/show_bug.cgi?id=30980 > >>>

Re: include: fix mingw64 build

2012-07-04 Thread Jacek Caban
On 07/03/12 20:10, Jacek Caban wrote: > On 06/29/12 03:35, Austin English wrote: >> On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam wrote: >>> 2012/6/29 Austin English : Fixes http://bugs.winehq.org/show_bug.cgi?id=30980 -- -Austin >>> Hi Austin, >>> >>> I alread

Re: include: fix mingw64 build

2012-07-03 Thread Nicolas Le Cam
2012/7/3 Jacek Caban : > On 06/29/12 03:35, Austin English wrote: >> On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam wrote: >>> 2012/6/29 Austin English : Fixes http://bugs.winehq.org/show_bug.cgi?id=30980 -- -Austin >>> Hi Austin, >>> >>> I already tried to fix

Re: include: fix mingw64 build

2012-07-03 Thread Jacek Caban
On 06/29/12 03:35, Austin English wrote: > On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam wrote: >> 2012/6/29 Austin English : >>> Fixes http://bugs.winehq.org/show_bug.cgi?id=30980 >>> >>> -- >>> -Austin >>> >>> >>> >> Hi Austin, >> >> I already tried to fix it on Wine side, see [1], >> but Alex

Re: include: fix mingw64 build

2012-06-28 Thread Nicolas Le Cam
2012/6/29 Austin English : > On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam wrote: >> 2012/6/29 Austin English : >>> Fixes http://bugs.winehq.org/show_bug.cgi?id=30980 >>> >>> -- >>> -Austin >>> >>> >>> >> Hi Austin, >> >> I already tried to fix it on Wine side, see [1], >> but Alexandre told me

Re: include: fix mingw64 build

2012-06-28 Thread Austin English
On Thu, Jun 28, 2012 at 6:30 PM, Nicolas Le Cam wrote: > 2012/6/29 Austin English : >> Fixes http://bugs.winehq.org/show_bug.cgi?id=30980 >> >> -- >> -Austin >> >> >> > Hi Austin, > > I already tried to fix it on Wine side, see [1], > but Alexandre told me on IRC that the bug needs to be fixed in

Re: include: fix mingw64 build

2012-06-28 Thread Nicolas Le Cam
2012/6/29 Austin English : > Fixes http://bugs.winehq.org/show_bug.cgi?id=30980 > > -- > -Austin > > > Hi Austin, I already tried to fix it on Wine side, see [1], but Alexandre told me on IRC that the bug needs to be fixed in mingw-w64, as it shouldn't include crtdefs.h by default. BTW, won't tha