Re: [Mingw-w64-public] Fwd: Wine Gecko 2.40-beta1

2015-08-14 Thread Erik van Pienbroek
Jacek Caban schreef op di 11-08-2015 om 15:20 [+0200]: > I just pushed cherry-picks to the branch. Hi Jacek, Apparently the just released wine-gecko 2.40 also requires several additional commits before it can be built against mingw-w64 4.0.4: 58b571e - Added new wrl.h file and a few its dependen

Re: [Mingw-w64-public] [PATCH 2/2] Added sphelper.h file.

2015-08-14 Thread JonY
On 7/28/2015 22:28, Jacek Caban wrote: > --- > mingw-w64-headers/include/sphelper.h | 77 > > 1 file changed, 77 insertions(+) > create mode 100644 mingw-w64-headers/include/sphelper.h > Minor nits: 1. SpHexFromUlong could use ::_ultow instead. 2. Add a comm

Re: [Mingw-w64-public] [PATCH 1/2] Added sperror.h file.

2015-08-14 Thread JonY
On 7/28/2015 22:28, Jacek Caban wrote: > --- > mingw-w64-headers/include/sperror.h | 26 ++ > 1 file changed, 26 insertions(+) > create mode 100644 mingw-w64-headers/include/sperror.h > Looks good to me. 0xD4EBC740.asc Description: application/pgp-keys signature.asc

Re: [Mingw-w64-public] [Patch] freopen_s

2015-08-14 Thread JonY
On 8/14/2015 18:39, Jacek Caban wrote: > On 08/14/15 00:38, JonY wrote: >> Patch OK? freopen_s is somehow missing. > > Looks good to me. > Done. 0xD4EBC740.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature ---

Re: [Mingw-w64-public] [PATCH 2/2] {stdio_s, wchar_s}.h: Add missing swscanf_s declaration.

2015-08-14 Thread Jacek Caban
On 08/14/15 12:49, Nakai Yuta wrote: > Please review. The patch looks good to me. Thanks, Jacek -- ___ Mingw-w64-public mailing list M

Re: [Mingw-w64-public] [PATCH 1/2] stdio_s.h: Add missing _CRTIMP to sscanf_s.

2015-08-14 Thread Jacek Caban
On 08/14/15 12:48, Nakai Yuta wrote: > Please review. The patch looks good to me. Thanks, Jacek -- ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net http

[Mingw-w64-public] [PATCH] Added .gitignore file.

2015-08-14 Thread Jacek Caban
--- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..d899218 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +autom4te.cache -

[Mingw-w64-public] [PATCH 2/2] {stdio_s, wchar_s}.h: Add missing swscanf_s declaration.

2015-08-14 Thread Nakai Yuta
Please review. 0002-stdio_s-wchar_s-.h-Add-missing-swscanf_s-declaration.patch Description: Binary data -- ___ Mingw-w64-public mailing list M

[Mingw-w64-public] [PATCH 1/2] stdio_s.h: Add missing _CRTIMP to sscanf_s.

2015-08-14 Thread Nakai Yuta
Please review. 0001-stdio_s.h-Add-missing-_CRTIMP-to-sscanf_s.patch Description: Binary data -- ___ Mingw-w64-public mailing list Mingw

Re: [Mingw-w64-public] [Patch] freopen_s

2015-08-14 Thread Jacek Caban
On 08/14/15 00:38, JonY wrote: > Patch OK? freopen_s is somehow missing. Looks good to me. > diff --git a/mingw-w64-headers/crt/sec_api/stdio_s.h > b/mingw-w64-headers/crt/sec_api/stdio_s.h > index 26f43fb..d4962de 100644 > --- a/mingw-w64-headers/crt/sec_api/stdio_s.h > +++ b/mingw-w64-headers/