Re: [Mingw-w64-public] [PATCH] Added libruntimeobject.a and use it instead of api-*.a files.

2015-07-16 Thread Jean-Baptiste Kempf
Seems better. On 08 Jul, Jacek Caban wrote : > Those api-ms-win-core-winrt-* files seem to be mingw-w64 invention. MS > provides just one common import library with a friendly name. > > --- > mingw-w64-crt/Makefile.am | 3 +- > mingw-w64-crt/lib32/Makefile.am

Re: [Mingw-w64-public] [PATCH] Added libamstrmid.a.

2015-07-16 Thread Jean-Baptiste Kempf
LGTM. On 08 Jul, Jacek Caban wrote : > --- > mingw-w64-crt/Makefile.am | 13 + > mingw-w64-crt/libsrc/amstrmid.c | 6 ++ > 2 files changed, 19 insertions(+) > create mode 100644 mingw-w64-crt/libsrc/amstrmid.c > > > diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt

Re: [Mingw-w64-public] [PATCH] stdio_s.h: Added missing sscanf_s declaration.

2015-07-16 Thread Jean-Baptiste Kempf
LGTM. But why not _CRTIMP it? On 08 Jul, Jacek Caban wrote : > --- > mingw-w64-headers/crt/sec_api/stdio_s.h | 1 + > 1 file changed, 1 insertion(+) > > > diff --git a/mingw-w64-headers/crt/sec_api/stdio_s.h > b/mingw-w64-headers/crt/sec_api/stdio_s.h > index 8da6ddf..26f43fb 100644 > --- a/m

Re: [Mingw-w64-public] [PATCH] extern C fixes in winstring.h and roapi.h.

2015-07-16 Thread Jean-Baptiste Kempf
LGTM. On 08 Jul, Jacek Caban wrote : > --- > mingw-w64-headers/include/roapi.h | 5 - > mingw-w64-headers/include/winstring.h | 8 > 2 files changed, 8 insertions(+), 5 deletions(-) > > > diff --git a/mingw-w64-headers/include/roapi.h > b/mingw-w64-headers/include/roapi.h > i

Re: [Mingw-w64-public] [PATCH] Added magnification.h header file.

2015-07-16 Thread Jean-Baptiste Kempf
LGTM. On 08 Jul, Jacek Caban wrote : > --- > mingw-w64-headers/include/magnification.h | 37 > +++ > 1 file changed, 37 insertions(+) > create mode 100644 mingw-w64-headers/include/magnification.h > > > diff --git a/mingw-w64-headers/include/magnification.h > b/mi

Re: [Mingw-w64-public] [[deprecated]]

2015-07-16 Thread lh_mouse
See gcc manual. Chapter 3: GCC Command Options --- -std= Determine the language standard. ... ‘c++1y’ The next revision of the ISO C++ standard, tentatively planned for 2014. Support is highly experimental, and will almost certainly change in incompatible ways in future releases. --