From: 宋冬生
See http://msdn.microsoft.com/en-us/library/20y988d2.aspx
for more details.
---
mingw-w64-headers/crt/process.h | 6 ++
mingw-w64-headers/crt/stdio.h | 20
2 files changed, 26 insertions(+)
diff --git a/mingw-w64-headers/crt/process.h b/mingw-w64-headers/cr
From: 宋冬生
See http://msdn.microsoft.com/en-us/library/20y988d2.aspx
for more details.
---
mingw-w64-headers/crt/process.h | 11 ---
mingw-w64-headers/crt/stdio.h | 12
mingw-w64-headers/crt/wchar.h | 12
3 files changed, 28 insertions(+), 7 deletions(-)
dif
From: 宋冬生
See http://msdn.microsoft.com/en-us/library/83zh4e6k.aspx
for more details.
---
mingw-w64-headers/crt/stdlib.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/mingw-w64-headers/crt/stdlib.h b/mingw-w64-headers/crt/stdlib.h
index 839cace..7743452 100644
--- a/mi
Here is an updated patch with changes for makefile.in so no need to run
autoreconf
On Mon, Nov 10, 2014 at 11:58 PM, Martell Malone
wrote:
> I noticed that this was missing from secapi
>
> Comments and suggestions are welcome
>
> From e56be479e2cb153e7cd8487bad1600ca6ec4e61b Mon Sep 17 00:00:00
Can someone who knows more about clang than I do help me out here?
snow_xmas posted a problem report to the SF forum regarding using clang with
mingw-W64. After a brief investigation, it became clear that the problem was
that clang doesn't support one of the features of inline asm that gcc doe
OK, pushed for you.
On Tue, Nov 11, 2014 at 1:01 AM, Martell Malone wrote:
> Hi Kai,
>
> I don't think this was applied to trunk.
> On the list the messages from this look deleted ?
>
> I get a message saying
> "There are no messages in this thread."
> on the public archive
>
> Regards
> Martell
I noticed that this was missing from secapi
Comments and suggestions are welcome
>From e56be479e2cb153e7cd8487bad1600ca6ec4e61b Mon Sep 17 00:00:00 2001
From: martell
Date: Mon, 10 Nov 2014 23:52:58 +
Subject: [PATCH] Add secapi wrapper for wmemmove_s
---
mingw-w64-crt/Makefile.am
Hi Kai,
I don't think this was applied to trunk.
On the list the messages from this look deleted ?
I get a message saying
"There are no messages in this thread."
on the public archive
Regards
Martell
On Fri, Nov 7, 2014 at 8:16 AM, Kai Tietz wrote:
> Looks good to me. Please apply to trunk.