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
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
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
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
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
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.
--