[Mingw-w64-public] [PATCH] Add some long double functions for ARM

2014-08-18 Thread André Hentschel
Please review, i'll commit it, just need an OK. (these are the rather easy ones, it mostly looks like the RFC i sent some days ago) softmath.patch.gz Description: application/gzip -- _

Re: [Mingw-w64-public] Problem with windres.exe

2014-08-18 Thread Baruch Burstein
On Mon, Aug 18, 2014 at 5:44 PM, Baruch Burstein wrote: > Hi all, > > Is this the right place for windres issues? If so, can someone explain to > me why windres seems to parse #included .c files differently than #included > .h files? > Never mind. I finally found this in the code. Apparently it

[Mingw-w64-public] Problem with windres.exe

2014-08-18 Thread Baruch Burstein
Hi all, Is this the right place for windres issues? If so, can someone explain to me why windres seems to parse #included .c files differently than #included .h files? Specifically, the line: typedef unsigned long ulong; gets parsed fine (i.e. ignored) if it is in a .h file that is included in t