[Mingw-w64-public] [Patch] mpdecimal update

2014-06-08 Thread JonY
Hi, I'm about to push a few commits to update mpdecimal to 2.4, which is now thread-safe, all the horrible locking hacks removed. mpdecimal is used by the decimal float support code in mingw-w64 (I haven't really found the time to code a lot), it is far from complete and should not impact any

[Mingw-w64-public] Mass rebuild report for June 02 2014

2014-06-08 Thread Erik van Pienbroek
-5.3.0-1 ** Package failed to build while it succeeded during the previous mass rebuild ** Package owner: epienbro Time to build: 39 minutes, 13 seconds Build logs: http://build1.vanpienbroek.nl/fedora-mingw-rebuild/20140608/mingw-qt5-qtwebkit-5.3.0-1 mingw-tcl-8.5.15

Re: [Mingw-w64-public] [Patch] mpdecimal update

2014-06-08 Thread JonY
On 6/8/2014 18:27, JonY wrote: Hi, I'm about to push a few commits to update mpdecimal to 2.4, which is now thread-safe, all the horrible locking hacks removed. mpdecimal is used by the decimal float support code in mingw-w64 (I haven't really found the time to code a lot), it is far

[Mingw-w64-public] Fls API bug?

2014-06-08 Thread lh_mouse
Dear all, I have noticed today that FlsAlloc/GetValue/SetValue/Free APIs are not declared in MinGW-w64 headers if I define _WIN32_WINNT as 0x0502. According to Microsoft SDK documentation these APIs should be available since WIndows Server 2003. Is this a bug in MinGW-w64? - test.cpp

Re: [Mingw-w64-public] Fls API bug?

2014-06-08 Thread Ozkan Sezer
On 6/8/14, lh_mouse lh_mo...@126.com wrote: Dear all, I have noticed today that FlsAlloc/GetValue/SetValue/Free APIs are not declared in MinGW-w64 headers if I define _WIN32_WINNT as 0x0502. According to Microsoft SDK documentation these APIs should be available since WIndows Server 2003.