[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] auxiliary win32 tinycc headers need minor fixup
From: |
avih |
Subject: |
[Tinycc-devel] auxiliary win32 tinycc headers need minor fixup |
Date: |
Wed, 23 Oct 2024 13:52:41 +0000 (UTC) |
I recently pushed a fix to unbreak the auxiliary unistd.h from:
http://download.savannah.nongnu.org/releases/tinycc/winapi-full-for-0.9.27.zip
I also added a note to win32/tcc-win32.txt about using this
auxiliary headers package.
This package is almost still working nicely with current mob, but it
would be nice to update it to 0.9.28, by removing these files:
- winapi/qos.h
- winapi/winnls.h
- winapi/ws2ipdef.h
- winapi/ws2tcpip.h
- winapi/winsock2.h
because winapi/winsock2.h in that package is older and with less
definitions than the built-in header, and the rest currently
exist as builtin-files with identical content.
Two additional files also exist as built-in (unistd.h and
winapi/windows.h), but these should stay and overwrite the built-in
files because they're enhanced versions.
Thanks
avih
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Tinycc-devel] auxiliary win32 tinycc headers need minor fixup,
avih <=