aboutsummaryrefslogtreecommitdiff
path: root/win32/include/winapi/_timeval.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove misc. filesgrischka2016-10-011-23/+0
| | | | | | | | | | | | - from win32/include/winapi: various .h The winapi header set cannot be complete no matter what. So lets have just the minimal set necessary to compile the examples. - remove CMake support (hard to keep up to date) - some other files Also, drop useless changes in win32/lib/(win)crt1.c
* win32/include/winapi changes from https://github.com/run4flat/tinycc.gitseyko2015-05-141-0/+23
just for testing. Is it needed? I'm not a MSYS citizen. run4flat is a tcc fork by David Mertens that knows how to work with multiple symbol tables. Excelent work. A good descriptions of the tcc internals inside a code comments.