Re: [Mingw-w64-public] [PATCH] stdio: Port functions from ARM to Thumb

2014-10-05 Thread Kai Tietz
Patch is ok. Thanks, Kai -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download

[Mingw-w64-public] [PATCH] stdio: Port functions from ARM to Thumb

2014-10-04 Thread André Hentschel
Please review, i'll commit it, just need an OK. diff --git a/mingw-w64-crt/stdio/vfscanf.c b/mingw-w64-crt/stdio/vfscanf.c index ece4701..a5da3cf 100644 --- a/mingw-w64-crt/stdio/vfscanf.c +++ b/mingw-w64-crt/stdio/vfscanf.c @@ -15,6 +15,39 @@ #define QUOTE_(x) #x #define QUOTE(x) QUOTE_(x) +#