tinycc/win32/lib
H-language a66ac623b2 win32: add missing AttachConsole export to kernel32.def
AttachConsole has been exported from kernel32.dll since Windows XP
but was absent from TCC's import definitions, causing
"undefined symbol 'AttachConsole'" at link time for code that uses it.
2026-05-01 09:58:03 +12:00
..
chkstk.S rework leading underscores 2020-07-06 13:00:47 +02:00
crt1.c tccrun: review last changes 2024-02-19 17:45:44 +01:00
crt1w.c win32: adjust new unicode support 2017-02-18 09:51:23 +01:00
crtinit.c rework leading underscores 2020-07-06 13:00:47 +02:00
dllcrt1.c rework leading underscores 2020-07-06 13:00:47 +02:00
dllmain.c correct a DllMain() declaration in dllcrt1.c and dllmain.c 2015-03-03 22:51:13 +03:00
gdi32.def dos2unix 2005-04-17 13:10:37 +00:00
kernel32.def win32: add missing AttachConsole export to kernel32.def 2026-05-01 09:58:03 +12:00
msvcrt.def Finalizing math.h fixes: 2020-04-11 02:29:51 +02:00
user32.def tcc: re-enable correct option -r support 2017-02-20 18:58:08 +01:00
wincrt1.c rework leading underscores 2020-07-06 13:00:47 +02:00
wincrt1w.c win32: adjust new unicode support 2017-02-18 09:51:23 +01:00
ws2_32.def Add minimal includes and .def files to support, by default, BSD socket programming on Windows. 2019-04-16 07:26:04 +02:00