Re: [Mingw-w64-public] Is that fine to add sys/mman.h support within mingw?

2022-10-27 Thread Yonggang Luo
tinfo/mingw-w64-public -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] Is that fine to add sys/mman.h support within mingw?

2022-10-25 Thread Yonggang Luo
-- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH v2 0/2] Implement tdestroy for tree

2022-10-23 Thread Yonggang Luo
Yonggang Luo (2): crt: Implement tdestroy crt: Regenerate Makefile.in mingw-w64-crt/Makefile.am | 2 +- mingw-w64-crt/Makefile.in | 204 mingw-w64-crt/misc/tdestroy.c | 24 mingw-w64-crt/testcases/t_tsearch.c | 16 +++ mingw

[Mingw-w64-public] [PATCH v2 2/2] crt: Regenerate Makefile.in

2022-10-23 Thread Yonggang Luo
Signed-off-by: Yonggang Luo --- mingw-w64-crt/Makefile.in | 204 +++--- 1 file changed, 144 insertions(+), 60 deletions(-) diff --git a/mingw-w64-crt/Makefile.in b/mingw-w64-crt/Makefile.in index 6e4a48592..66e88ec14 100644 --- a/mingw-w64-crt/Makefile.in +++ b

[Mingw-w64-public] [PATCH v2 1/2] crt: Implement tdestroy

2022-10-23 Thread Yonggang Luo
Signed-off-by: Yonggang Luo --- mingw-w64-crt/Makefile.am | 2 +- mingw-w64-crt/misc/tdestroy.c | 24 mingw-w64-crt/testcases/t_tsearch.c | 16 mingw-w64-headers/crt/search.h | 4 4 files changed, 45 insertions(+), 1 deletion

Re: [Mingw-w64-public] [PATCH 1/2] crt: Implement tdestroy

2022-10-23 Thread Yonggang Luo
On Sun, Oct 23, 2022 at 6:58 PM LIU Hao wrote: > > 在 2022-10-21 02:36, Yonggang Luo 写道: > > Signed-off-by: Yonggang Luo > > --- > > mingw-w64-crt/Makefile.am | 2 +- > > mingw-w64-crt/misc/tdestroy.c | 31 + > >

[Mingw-w64-public] [PATCH 2/2] crt: Regenerate Makefile.in

2022-10-20 Thread Yonggang Luo
Signed-off-by: Yonggang Luo --- mingw-w64-crt/Makefile.in | 204 +++--- 1 file changed, 144 insertions(+), 60 deletions(-) diff --git a/mingw-w64-crt/Makefile.in b/mingw-w64-crt/Makefile.in index 6e4a48592..66e88ec14 100644 --- a/mingw-w64-crt/Makefile.in +++ b

[Mingw-w64-public] [PATCH 1/2] crt: Implement tdestroy

2022-10-20 Thread Yonggang Luo
Signed-off-by: Yonggang Luo --- mingw-w64-crt/Makefile.am | 2 +- mingw-w64-crt/misc/tdestroy.c | 31 + mingw-w64-crt/testcases/t_tsearch.c | 16 +++ mingw-w64-headers/crt/search.h | 1 + 4 files changed, 49 insertions(+), 1 deletion

[Mingw-w64-public] [PATCH 0/2] Implement tdestroy for tree

2022-10-20 Thread Yonggang Luo
Yonggang Luo (2): crt: Implement tdestroy crt: Regenerate Makefile.in mingw-w64-crt/Makefile.am | 2 +- mingw-w64-crt/Makefile.in | 204 mingw-w64-crt/misc/tdestroy.c | 31 + mingw-w64-crt/testcases/t_tsearch.c | 16 +++ mingw

[Mingw-w64-public] In file windef.h

2010-04-21 Thread Yonggang Luo
Once I compiling cmake, the 101 line of windef.h stop me to continuing. so recommend. replace #define BOOL WINBOOL with typedef WINBOOL BOOL; for make BOOL to free using in C++ namespace. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

[Mingw-w64-public] msvcr90 doesn't containing.

2010-04-21 Thread Yonggang Luo
dgn/ 32bit version gcc compiler. But it's report that error. So did mingw-w64 accompany with msvcr90 or dgn-mingw-w64 lost it? -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo -- __