Re: [Mingw-w64-public] [PATCH] crt: add htmlhelp export library

2020-09-09 Thread Liu Hao
在 2020/9/9 20:27, Biswapriyo Nath 写道: > Subject: [PATCH] crt: add htmlhelp export library > > library name is libhtmlhelp.a but functions exported from hhcrtl.ocx > > Signed-off-by: Biswapriyo Nath > --- > mingw-w64-crt/lib-common/htmlhelp.def | 15 +++ > mingw-w64-crt/lib32/Makefil

[Mingw-w64-public] [PATCH] crt: add htmlhelp export library

2020-09-09 Thread Biswapriyo Nath
From 0bc17e734f513ef1423e00b6e8436b002c2af8cd Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 9 Sep 2020 10:43:12 +0530 Subject: [PATCH] crt: add htmlhelp export library library name is libhtmlhelp.a but functions exported from hhcrtl.ocx Signed-off-by: Biswapriyo Nath --- mingw-w64

Re: [Mingw-w64-public] [PATCH] include: add prntvpt.h

2020-09-09 Thread Liu Hao
在 2020/9/7 下午4:53, Biswapriyo Nath 写道: > Signed-off-by: Biswapriyo Nath > --- > mingw-w64-headers/include/prntvpt.h | 59 + > 1 file changed, 59 insertions(+) > create mode 100644 mingw-w64-headers/include/prntvpt.h > Apologies for overlooking this patch yesterday.