[Mingw-w64-public] Problem casting long double to __float128

2015-03-06 Thread sisyphus1
Hi, With the 64-bit gcc-4.9.2 compiler available from: http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.2/threads-posix/sjlj/ I have the issue that casting a long double inf to a __float128 results in a __float128 nan. No such pro

Re: [Mingw-w64-public] [PATCH] legacythreadapi: Fixup and correct header name

2015-03-06 Thread Kai Tietz
Hmm, where you got that the header-name is wrong? Kai 2015-03-05 1:33 GMT+01:00 Martell Malone : > The header name was incorrect :) > I added WinStoreCompat support also > > Please Review > > -- > Dive into the World of P

Re: [Mingw-w64-public] [PATCH] winbase.h: Add LoadLibraryW for WINSTORECOMPAT

2015-03-06 Thread Kai Tietz
Patch is ok. Thanks, Kai 2015-03-05 0:59 GMT+01:00 Martell Malone : > Please Review > > -- > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Sl

Re: [Mingw-w64-public] [PATCH] shlobj.h: Add SHGetFolderPathW for WINSTORECOMPAT

2015-03-06 Thread Kai Tietz
Hi Martell, patch looks good so far. anyway we need to do a proper rewrite of this header for new APIs. this is still something on my pile. Thanks, Kai 2015-03-05 0:52 GMT+01:00 Martell Malone : > Please Review :) > >

Re: [Mingw-w64-public] [PATCH] update ws2 defs for wack 3.4

2015-03-06 Thread Kai Tietz
Hi Martell, is the WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) check no longer necessary here? What has changed that this check isn't required anymore? AFAIR we introduced this check for vlc, so there might be the difference. Regards, Kai 2015-03-04 23:33 GMT+01:00 Martell Malone : > I s