Re: [Mingw-w64-public] [PATCH] Cast certain enums to int

2016-04-22 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 22.04.2016 20:24, LRN wrote: > This matches the behaviour of MSVC better in cases when there is a mix > of values < 0 and values > 0x7FFF in the same enum, which, without > this change, prompts GCC to increase enum size to 8 bytes. > > Fixes

[Mingw-w64-public] Problem with [2c5fe3]

2016-04-22 Thread Mateusz
Hi, Commit [2c5fe3] breaks build of cross compiler on Ubuntu (GCC 4.9.3): x86_64-w64-mingw32-dlltool --as-flags=--64 -m i386:x86-64 -k --as=x86_64-w64-mingw32-as --output-lib lib64/libcrtdll.a --input-def /home/ma/m/source/mingw-w64-v5/mingw-w64-crt/lib64/crtdll.def --dllname crtdll.dll

[Mingw-w64-public] Missing header: lowlevelmonitorconfigurationapi.h

2016-04-22 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 lowlevelmonitorconfigurationapi.h is missing from mingw-w64-headers. It's a lowlevel counterpart of highlevelmonitorconfigurationapi.h and should have similar structure and dependencies. Please add it. - -- O< ascii ribbon - stop html email! -

[Mingw-w64-public] [PATCH] Cast certain enums to int

2016-04-22 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 This matches the behaviour of MSVC better in cases when there is a mix of values < 0 and values > 0x7FFF in the same enum, which, without this change, prompts GCC to increase enum size to 8 bytes. Fixes bug #456 patch is attached - -- O<

[Mingw-w64-public] [PATCH] Check for ms_printf format and non-NULL format in MS printf

2016-04-22 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 mingw-w64 ANSI printf has these checks, so why not MS printf? patch is attached P.S. This is an old patch that's been sitting in my toolchain for a year. I don't remember why i've added it, but it seems to not to break anything. - -- O< ascii

[Mingw-w64-public] mingw-w64-public silently drops my posts

2016-04-22 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 This is a recent development. Last of my message that got through (apart from a couple of test messages that i've sent today) was: Re: [Mingw-w64-public] Differentiate on MinGW-w64 and TDM-gcc on March 15. After some testing (thanks, lh_mouse) i've

[Mingw-w64-public] yet another test mail

2016-04-22 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ignore this if you see it, i'm checking whether my messages reach the mailing list. - -- O< ascii ribbon - stop html email! - www.asciiribbon.org -BEGIN PGP SIGNATURE- Version: GnuPG v2

[Mingw-w64-public] another test mail

2016-04-22 Thread LRN
Ignore this if you see it, i'm checking whether my messages reach the mailing list. -- O< ascii ribbon - stop html email! - www.asciiribbon.org -- Find and fix application performance issues faster with Applications

[Mingw-w64-public] [PATCH] GetModuleFileName is allowed on winrt

2016-04-22 Thread Hugo Beauzée-Luyssen
--- mingw-w64-headers/include/libloaderapi.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mingw-w64-headers/include/libloaderapi.h b/mingw-w64-headers/include/libloaderapi.h index 765a63f..e26b3d7 100755 --- a/mingw-w64-headers/include/libloaderapi.h +++