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