[Mingw-w64-public] Kerberos Support

2017-01-30 Thread Jacob Evans
Does anyone know how to get the kinit binary installed for MINGW64 delivered via git-bash package? I would like to be able to ssh using kerberos delegation without installing cygwin. Thank You, -Jake -- Check out the

Re: [Mingw-w64-public] [PATCH] mprapi.h: Added missing includes.

2017-01-30 Thread Jacek Caban
On 30.01.2017 17:13, Kai Tietz wrote: > Hmm, you are sure we need those includes just for DESKTOP? Could you > please recheck if for APP mode things will still work? > If so, patch is ok for apply. I verified that and pushed patches. Thanks for reviews. Jacek

Re: [Mingw-w64-public] [PATCH] stdio.h: Ignore extern "C++" for Clang

2017-01-30 Thread Adrien Nader
Hi, Do you know how much this (still?) applies to GCC? The goal should be to reduce the number of compiler-specific sections rather than add new ones. -- Adrien Nader -- Check out the vibrant tech community on one of

[Mingw-w64-public] [PATCH] stdio.h: Ignore extern "C++" for Clang

2017-01-30 Thread Mateusz
Hello, I don't know why it was required but it breaks some cases of using GCC together with Clang as reported here: https://github.com/Alexpux/MINGW-packages/issues/1678 In case attachment didn't work: >From f59cbc266025bc070e05a0d7ad44853b1771c21a Mon Sep 17 00:00:00 2001 From: Mateusz Mikula

Re: [Mingw-w64-public] [PATCH] propvarutil.h: Added NTSTATUS declaration.

2017-01-30 Thread Kai Tietz
Patch is ok. Thanks, Kai 2017-01-30 14:39 GMT+01:00 Jacek Caban : > --- > mingw-w64-headers/include/propvarutil.h | 5 + > 1 file changed, 5 insertions(+) > > > > -- > Check out the vibrant

Re: [Mingw-w64-public] [PATCH] mprapi.h: Added missing includes.

2017-01-30 Thread Kai Tietz
Hmm, you are sure we need those includes just for DESKTOP? Could you please recheck if for APP mode things will still work? If so, patch is ok for apply. Thanks, Kai 2017-01-30 14:31 GMT+01:00 Jacek Caban : > --- > mingw-w64-headers/include/mprapi.h | 8 +--- > 1

Re: [Mingw-w64-public] [PATCH] setupapi.h: Fixed includes.

2017-01-30 Thread Kai Tietz
Seems to be ok. Thanks, Kai 2017-01-30 14:33 GMT+01:00 Jacek Caban : > --- > mingw-w64-headers/include/setupapi.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > -- > Check out

Re: [Mingw-w64-public] [PATCH 2/2] psapi.h: Added sipport for PSAPI_VERSION 2.

2017-01-30 Thread Kai Tietz
Patch is ok. Thanks, Kai 2017-01-30 14:29 GMT+01:00 Jacek Caban : > --- > mingw-w64-headers/include/psapi.h | 38 > ++ > 1 file changed, 38 insertions(+) > > > >

Re: [Mingw-w64-public] [PATCH 1/2] libkernel32.a: Added K32* PSAPI exports.

2017-01-30 Thread Kai Tietz
This is of course fine, too. Thanks, Kai 2017-01-30 14:29 GMT+01:00 Jacek Caban : > --- > mingw-w64-crt/lib32/kernel32.def | 27 +++ > 1 file changed, 27 insertions(+) > > > >

[Mingw-w64-public] [PATCH] Added support for providing typelibs and use it to provide stdole2.tlb.

2017-01-30 Thread Jacek Caban
typelibs are important if someone wants to build his own typelibs with widl. stdole2.tlb is single most important typelib that other typelibs import, so we need to provide that. I took IDL file from Wine. I added support for .tlb files exactly the same way it's done for headers generated for .idl

[Mingw-w64-public] [PATCH] propvarutil.h: Added NTSTATUS declaration.

2017-01-30 Thread Jacek Caban
--- mingw-w64-headers/include/propvarutil.h | 5 + 1 file changed, 5 insertions(+) diff --git a/mingw-w64-headers/include/propvarutil.h b/mingw-w64-headers/include/propvarutil.h index bac1769..5be1e1d 100644 --- a/mingw-w64-headers/include/propvarutil.h +++

[Mingw-w64-public] [PATCH] setupapi.h: Fixed includes.

2017-01-30 Thread Jacek Caban
--- mingw-w64-headers/include/setupapi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/setupapi.h b/mingw-w64-headers/include/setupapi.h index a0244a3..1513b63 100644 --- a/mingw-w64-headers/include/setupapi.h +++

[Mingw-w64-public] [PATCH] mprapi.h: Added missing includes.

2017-01-30 Thread Jacek Caban
--- mingw-w64-headers/include/mprapi.h | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mingw-w64-headers/include/mprapi.h b/mingw-w64-headers/include/mprapi.h index 7bbc1d7..1e98b09 100644 --- a/mingw-w64-headers/include/mprapi.h +++

[Mingw-w64-public] [PATCH 2/2] psapi.h: Added sipport for PSAPI_VERSION 2.

2017-01-30 Thread Jacek Caban
--- mingw-w64-headers/include/psapi.h | 38 ++ 1 file changed, 38 insertions(+) diff --git a/mingw-w64-headers/include/psapi.h b/mingw-w64-headers/include/psapi.h index f3f5220..4b17dd6 100644 --- a/mingw-w64-headers/include/psapi.h +++

[Mingw-w64-public] [PATCH 1/2] libkernel32.a: Added K32* PSAPI exports.

2017-01-30 Thread Jacek Caban
--- mingw-w64-crt/lib32/kernel32.def | 27 +++ 1 file changed, 27 insertions(+) diff --git a/mingw-w64-crt/lib32/kernel32.def b/mingw-w64-crt/lib32/kernel32.def index 4959233..7467ecf 100644 --- a/mingw-w64-crt/lib32/kernel32.def +++ b/mingw-w64-crt/lib32/kernel32.def @@