[*] Amend prior. am lowiq. missed export linkage

This commit is contained in:
Reece Wilson 2022-07-21 01:42:57 +01:00
parent cb2b58eb52
commit 9cf52c7419

View File

@ -9,8 +9,8 @@
namespace Aurora::Console::ConsoleStd
{
bool IsStdOutTTY(AuUInt handle);
bool IsStdOutTTY();
AUKN_SYM bool IsStdOutTTY(AuUInt handle);
AUKN_SYM bool IsStdOutTTY();
}
#include "ENoncanonicalInput.hpp"