Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-17 Thread Biswapriyo Nath
Where do those files come from? I can not find srv.h and opends60 library in Microsoft Windows SDK 10.0.19041.0. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-17 Thread JonY via Mingw-w64-public
On 5/17/21 11:28 PM, Mark Harmstone wrote: Sorry, I messed up the subject line - this is a standalone patch. Please do not include any regenerated files in the patch for review, thanks. OpenPGP_signature Description: OpenPGP digital signature ___ M

[Mingw-w64-public] [PATCH 2/2] include/sspi.h: Add missing definitions.

2021-05-17 Thread Mark Harmstone
Signed-off-by: Mark Harmstone --- mingw-w64-headers/include/sspi.h | 425 ++- 1 file changed, 415 insertions(+), 10 deletions(-) diff --git a/mingw-w64-headers/include/sspi.h b/mingw-w64-headers/include/sspi.h index 72fcae26b..e55bbc443 100644 --- a/mingw-w64-headers/

[Mingw-w64-public] [PATCH 1/2] include/sspi.h: Fix ChangeAccountPassword definition.

2021-05-17 Thread Mark Harmstone
Signed-off-by: Mark Harmstone --- mingw-w64-headers/include/sspi.h | 55 +--- 1 file changed, 43 insertions(+), 12 deletions(-) diff --git a/mingw-w64-headers/include/sspi.h b/mingw-w64-headers/include/sspi.h index e39e04f43..72fcae26b 100644 --- a/mingw-w64-headers/i

Re: [Mingw-w64-public] [PATCH 2/4] include/ntddstor.h: Update for Windows 8.

2021-05-17 Thread Mark Harmstone
As with the libopends60 patch, this is standalone - sorry. On 18/5/21 12:26 am, Mark Harmstone wrote: > Signed-off-by: Mark Harmstone > --- > mingw-w64-headers/include/ntddstor.h | 450 ++- > 1 file changed, 447 insertions(+), 3 deletions(-) > > diff --git a/mingw-w64-hea

Re: [Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-17 Thread Mark Harmstone
Sorry, I messed up the subject line - this is a standalone patch. On 18/5/21 12:26 am, Mark Harmstone wrote: > This is the counterpart to srv.h, used to create extended stored > procedures for MSSQL. > > Signed-off-by: Mark Harmstone > --- > mingw-w64-crt/Makefile.in| 98

[Mingw-w64-public] [PATCH 1/4] crt: Add libopends60.a.

2021-05-17 Thread Mark Harmstone
This is the counterpart to srv.h, used to create extended stored procedures for MSSQL. Signed-off-by: Mark Harmstone --- mingw-w64-crt/Makefile.in| 98 mingw-w64-crt/aclocal.m4 | 17 -- mingw-w64-crt/configure.ac | 10 ++-- mingw-w64-crt

[Mingw-w64-public] [PATCH 2/4] include/ntddstor.h: Update for Windows 8.

2021-05-17 Thread Mark Harmstone
Signed-off-by: Mark Harmstone --- mingw-w64-headers/include/ntddstor.h | 450 ++- 1 file changed, 447 insertions(+), 3 deletions(-) diff --git a/mingw-w64-headers/include/ntddstor.h b/mingw-w64-headers/include/ntddstor.h index 520742bda..59714f6ff 100644 --- a/mingw-w64-

Re: [Mingw-w64-public] __CRT_UUID_DECL in namespace causes error

2021-05-17 Thread Jacek Caban
On 5/14/21 11:20 AM, Biswapriyo Nath wrote: If an interface declaration is moved inside a namespace __CRT_UUID_DECL produces error. The error is: explicit specialization of 'template const GUID& __mingw_uuidof()' outside its namespace must use a nested-name-specifier [-fpermissive]. A simple rep

Re: [Mingw-w64-public] [PATCH] include/stdio: Move macro push/pops outside any `#if...#endif` blocks

2021-05-17 Thread Liu Hao
在 5/17/21 2:17 AM, Martin Storsjö 写道: On Sun, 16 May 2021, Liu Hao wrote: LGTM Thanks. Pushed to master now. -- Best regards, Liu Hao OpenPGP_signature Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-publ