tinycc/win32
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
..
examples tccgen/win32: let __declspec(dllimport) imply extern 2017-04-04 08:34:52 +02:00
include Add WM_MOUSEHWHEEL to winuser.h 2025-11-26 11:10:10 +13:00
lib win32: add missing AttachConsole export to kernel32.def 2026-05-01 09:58:03 +12:00
build-tcc.bat tcc.c:main() free all & etc... 2025-08-18 20:43:52 +02:00
tcc-win32.txt win32: tcc-win32.txt: fixup 2 mingw includes note 2024-10-23 16:32:49 +03:00