Re: [Mingw-w64-public] d3d headers still not correct

2011-06-23 Thread Farkas Levente
On 06/23/2011 11:38 PM, Ozkan Sezer wrote: > On Thu, Jun 23, 2011 at 11:08 PM, Kai Tietz wrote: >> Problem fixed on trunk at revision 4228. This fix might be something >> good for 1.0 branch, too. >> Problem was missing DECLARE_INTERFACE_IID_ helper macro declaration in >> objbase.h, and basetyps

Re: [Mingw-w64-public] d3d headers still not correct

2011-06-23 Thread Ozkan Sezer
On Thu, Jun 23, 2011 at 11:08 PM, Kai Tietz wrote: > Problem fixed on trunk at revision 4228.  This fix might be something > good for 1.0 branch, too. > Problem was missing DECLARE_INTERFACE_IID_ helper macro declaration in > objbase.h, and basetyps.h. > > Regards, > Kai > Changes applied to the

Re: [Mingw-w64-public] d3d headers still not correct

2011-06-23 Thread Kai Tietz
Problem fixed on trunk at revision 4228. This fix might be something good for 1.0 branch, too. Problem was missing DECLARE_INTERFACE_IID_ helper macro declaration in objbase.h, and basetyps.h. Regards, Kai -- Simplify da

Re: [Mingw-w64-public] d3d headers still not correct

2011-06-23 Thread Farkas Levente
On 06/23/2011 02:20 AM, JonY wrote: > On 6/22/2011 23:26, Farkas Levente wrote: >> On 06/22/2011 03:44 PM, Kai Tietz wrote: >>> 2011/6/22 Farkas Levente : On 06/22/2011 03:33 PM, Ozkan Sezer wrote: > On Wed, Jun 22, 2011 at 4:22 PM, Farkas Levente > wrote: >> On 06/22/2011 03:07

[Mingw-w64-public] [PATCH] __mingw_*scanf() always crash if %c or %s is used

2011-06-23 Thread Christian Franke
Hi, thanks for providing mingw-w64. I found this when I tried to compile smartmontools on Cygwin with i686-w64-mingw32 and _USE_MINGW_ANSI_STDIO set: __mingw_*scanf() always(!) segfaults if a char or string format (without malloc option) is used. This is because optimize_alloc() is always c