Re: [Mingw-w64-public] float.h patch to accomodate Clang

2011-07-11 Thread Kai Tietz
Thanks, patch applied to trunk. Committed at revision 4272. Kai -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security thre

Re: [Mingw-w64-public] float.h patch to accomodate Clang

2011-07-08 Thread NightStrike
Ping On Tue, Jul 5, 2011 at 11:32 AM, Ruben Van Boxem wrote: > Hi, > > Attached is a small patch to add detection of Clang's float.h header > in mingw-w64's float.h. Clang's header now #include-next's float.h, so > this needs to be added on mingw-w64 side (and probably mingw.org side, > but I can

[Mingw-w64-public] float.h patch to accomodate Clang

2011-07-05 Thread Ruben Van Boxem
Hi, Attached is a small patch to add detection of Clang's float.h header in mingw-w64's float.h. Clang's header now #include-next's float.h, so this needs to be added on mingw-w64 side (and probably mingw.org side, but I can't seem to locate their source repository...). Once this is in, you guys