mirror of
https://github.com/TinyCC/tinycc.git
synced 2026-05-15 05:15:44 +00:00
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:
@@ -9,6 +9,7 @@ AllocConsole
|
||||
AllocLSCallback
|
||||
AllocSLCallback
|
||||
AreFileApisANSI
|
||||
AttachConsole
|
||||
BackupRead
|
||||
BackupSeek
|
||||
BackupWrite
|
||||
|
||||
Reference in New Issue
Block a user