Re: [Mingw-w64-public] [PATCH] amended function prototype of function 'glob' in glob.h

2017-07-08 Thread Jannick
On Mon, 3 Jul 2017 19:30:22 +0800, Liu Hao wrote: > This is a wrong list for this patch, as MinGW-w64 does not provide . > Since it is a POSIX function I presume it is provided by Cygwin. It may also be > provided by MinGW (w/o the -w64 suffix). So please refer the patch to their > lists instead.

[Mingw-w64-public] [PATCH] amended function prototype of function 'glob' in glob.h

2017-07-03 Thread Jannick
Attached a tiny patch to glob.h which remedies a function prototype definition error thrown upon compilation. On one of cygwin's user lists I was deferred to this one here. I bumped into that issue when compiling with cygwin's i686-pc-mingw32. I am hoping that this is the correct list to raise