avih wrote:
> It's not really clear to me why you keep removing windows headers. Now, and also the previous time few months ago when you removed a lot of network related headers.
> I know for a fact that some things which use network and built cleanly with stock tcc stopped building few months ago due to this, and now probably more things would not build.
> It was at the repo anyway, it worked, deleting them doesn't make the repo smaller since it's at the history anyway, so why make life harder for users who want to use tcc without external mingw headers which possibly require modifications, which I presume the ones you removed already have this effort put into them?
IMO it is not a reasonable goal for tinycc to "maintain" windows
headers in the sense of completeness or patching the files. If
anything they should be replaced by newer versions taken directly
from mingw or mingw-w64, preferably unchanged.
If wanted a more complete or newer set could be put as a separate
pack on the savannah download folder provided that someone puts one
together.
Other than that we have the standard ansi headers, and in addition
from the windows headers what is necessary to compile the hello_win
example. It's just that I like that criterion because it is well
defined.
Regards,
--- grischka
> On Wednesday, February 8, 2017 9:15 PM, grischka <
address@hidden> wrote:
>
>
> Hi all,
>
> I pushed some last patches that I found and updated the version
> number:
http://repo.or.cz/w/tinycc.git?a=shortlog;h=refs/heads/mob>
> So, as far as I'm concerned it would be ready for release.
> Anyone else any patches that that 0.9.27 should still have?
>
> Everyone else, please test.
>
> --- grischka