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.
This commit is contained in:
H-language
2026-05-01 09:58:03 +12:00
parent 4768b11737
commit a66ac623b2

View File

@@ -9,6 +9,7 @@ AllocConsole
AllocLSCallback
AllocSLCallback
AreFileApisANSI
AttachConsole
BackupRead
BackupSeek
BackupWrite