Re: [Mingw-w64-public] Fwd: Re: Recent cygwin update is missing tchar header file

2015-07-06 Thread JonY
Resent in case it was mangled. diff --git a/mingw-w64-headers/crt/tchar.h b/mingw-w64-headers/crt/tchar.h index 3567085..c82634a 100644 --- a/mingw-w64-headers/crt/tchar.h +++ b/mingw-w64-headers/crt/tchar.h @@ -16,6 +16,8 @@ extern "C" { #endif +#ifndef __CYGWIN__ + #define _ftcscat _tcscat

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

2015-07-06 Thread Jacek Caban
Hi all, I'm forwarding this announcement to mingw-w64 ML, because I know that a few disto maintainers read it. The final release will be in about 5-6 weeks, so it's a good moment to ensure that it builds correctly. All feedback is appreciated. Thanks, Jacek Forwarded Message S

Re: [Mingw-w64-public] Definition of __CRT_INLINE breaks non-opimized builds

2015-07-06 Thread Corinna Vinschen
On Jul 6 12:27, Corinna Vinschen wrote: > Hi, > > > while working on Cygwin's new sigaltstack implementation, I wrote > a testcase which I intended to share with my main tester. Since > we're trying to debug, we build without optimization. Now, this > is looking closely at what happens to the

[Mingw-w64-public] [PATCH] roapi.h: Added GetActivationFactory helpers, fixed enum argument default value and removed version guards.

2015-07-06 Thread Jacek Caban
--- mingw-w64-headers/include/roapi.h | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/mingw-w64-headers/include/roapi.h b/mingw-w64-headers/include/roapi.h index d4146ba..95c4fe6 100644 --- a/mingw-w64-headers/include/roapi.h +++ b/mingw-w64-headers/include/roa

[Mingw-w64-public] Definition of __CRT_INLINE breaks non-opimized builds

2015-07-06 Thread Corinna Vinschen
Hi, while working on Cygwin's new sigaltstack implementation, I wrote a testcase which I intended to share with my main tester. Since we're trying to debug, we build without optimization. Now, this is looking closely at what happens to the stack, so I need access to the TEB. Here's what happen

[Mingw-w64-public] Fwd: Re: Recent cygwin update is missing tchar header file

2015-07-06 Thread JonY
Kai, Here is the original patch as Corinna posted. OK to accept? Original Message Hmm, that may not be as easy as it sounds. I checked the w32api-headers 3.3 0 version and there was no tchar.h in it either, so this isn't new. I assume the last time the package has been built

[Mingw-w64-public] [PATCH] uiviewsettingsinterop.idl: Added new file.

2015-07-06 Thread Jacek Caban
--- mingw-w64-headers/Makefile.am | 1 + mingw-w64-headers/include/uiviewsettingsinterop.idl | 15 +++ 2 files changed, 16 insertions(+) create mode 100644 mingw-w64-headers/include/uiviewsettingsinterop.idl diff --git a/mingw-w64-headers/Makefile.am b/mingw-w

[Mingw-w64-public] [PATCH] winstring.h: Added extern "C" for functions that need it and removed version guards.

2015-07-06 Thread Jacek Caban
--- mingw-w64-headers/include/winstring.h | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mingw-w64-headers/include/winstring.h b/mingw-w64-headers/include/winstring.h index c37097c..908923e 100644 --- a/mingw-w64-headers/include/winstring.h +++ b/mingw-w64-headers/in

[Mingw-w64-public] [PATCH] sal.h: Added _Inout_ define.

2015-07-06 Thread Jacek Caban
--- mingw-w64-headers/include/sal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-headers/include/sal.h b/mingw-w64-headers/include/sal.h index 9987119..79a747f 100644 --- a/mingw-w64-headers/include/sal.h +++ b/mingw-w64-headers/include/sal.h @@ -20,6 +20,7 @@ #define _In_ #def