Re: [Mingw-w64-public] [Patch] Add infstr.h

2015-09-22 Thread Jacek Caban
Hi David, I committed the patch. Thanks for contribution, Jacek On 09/22/15 17:40, David Grayson wrote: > It looks like this patch that adds infstr.h has not been merged in > yet, so if someone could do that, that would be good. I have attached > it a second time for convenience. I could make

Re: [Mingw-w64-public] [Patch] Add infstr.h

2015-09-22 Thread David Grayson
It looks like this patch that adds infstr.h has not been merged in yet, so if someone could do that, that would be good. I have attached it a second time for convenience. I could make this infstr.h implementation more complete if people want. It's just that infstr.h is so simple that a more comp

[Mingw-w64-public] [Patch] Add infstr.h

2015-08-28 Thread David Grayson
This patch adds infstr.h and four of the macros that are supposed to be defined in it. This is not a complete implementation of infstr.h, but it includes the macros needed to compile devcon, a program distributed by Microsoft. It would be nice to get this merged in. Thanks! --David diff --g