tinycc/win32/include/winapi
grischka deb7a3fc73 tcc.c:main() free all & etc...
tcc.c:
- be nice to leak checkers
tcctools.c:
- remove unused TCCState params
tccrun.c:
- call bound_exit() after signals to let it free mem
tccelf.c:
- use section_add() instead of section_ptr_add() when
  more appropriate
tccpp.c:
- use size_t to align tal_header naturally
- 'POINTER_SIZE' and 'PTR_SIZE' in the same source is confusing
- "char file_name[TAL_DEBUG_FILE_LEN + 1];" looks silly.
- next_nomacro(): skip UTF8 BOM at BOF
tccgen.c:
- get rid of STMT_EXPR clause on top of block
- warn with useless type like 'int;'
- move skip()'s in block() for better error line-info
- BIT_SIZE bits are meaningful only with VT_BITFIELD
  (not with enums for example)
workflow/test-win32:
- build with MSVC using build-tcc.bat also
alloca.S:
- fix 'off by one' problem on win32 (must touch current page
  too because the 'push %edx' at the end could touch the next page)
- must not align greater than 4 when used for struct args
  (i386-gen.c:gfunc_call())
libtcc.c:
- accept -g1dwarf (dwarf output, only line info)
2025-08-18 20:43:52 +02:00
..
basetsd.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
basetyps.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
guiddef.h win32: UUID typedef added 2015-09-25 03:42:44 +03:00
poppack.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
pshpack1.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
pshpack2.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
pshpack4.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
pshpack8.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
qos.h Add minimal includes and .def files to support, by default, BSD socket programming on Windows. 2019-04-16 07:26:04 +02:00
shellapi.h win32: add minimal mingw header shellapi.h 2024-11-30 16:29:15 +02:00
winbase.h tcc.c:main() free all & etc... 2025-08-18 20:43:52 +02:00
wincon.h win32: mingw headers: mainly add LOAD_LIBRARY* values 2024-11-18 15:44:14 +02:00
windef.h win32: include/winapi: remove more files 2017-02-08 19:53:02 +01:00
windows.h Add winnls.h to allow SQLite compile ROOTB on Windows 2019-01-01 08:58:09 +01:00
winerror.h add version number to manpage 2013-02-17 00:48:51 +01:00
wingdi.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
winnls.h Add missing ws2tcpip.h which lets Microsoft Winsock Server sample compile ROOTB on Windows platform. 2020-07-06 09:47:09 +02:00
winnt.h win32: mingw headers: mainly add LOAD_LIBRARY* values 2024-11-18 15:44:14 +02:00
winreg.h win32: include/winapi: remove more files 2017-02-08 19:53:02 +01:00
winsock2.h Add Windows WSAPool declaration, associated struct and constants. It allows 100% poll compatible POSIX API on Windows. 2019-07-09 18:02:59 +02:00
winuser.h Remove misc. files 2016-10-01 20:27:41 +02:00
winver.h win64: use new headers from mingw 2009-07-18 22:06:37 +02:00
ws2ipdef.h Add minimal includes and .def files to support, by default, BSD socket programming on Windows. 2019-04-16 07:26:04 +02:00
ws2tcpip.h Add missing ws2tcpip.h which lets Microsoft Winsock Server sample compile ROOTB on Windows platform. 2020-07-06 09:47:09 +02:00