[FIX]: Window Build Fix

This commit is contained in:
2026-01-26 22:55:39 +05:30
parent fac013d63f
commit 21a474b6f9
75 changed files with 5430 additions and 4643 deletions

View File

@ -20,18 +20,15 @@
using namespace IACore;
IACORE_MAIN() {
(void)args;
IACORE_MAIN()
{
(void) args;
AU_TRY_PURE(SocketOps::initialize());
std::cout
<< console::GREEN
<< "\n===============================================================\n";
std::cout << console::GREEN << "\n===============================================================\n";
std::cout << " IACore (Independent Architecture Core) - Unit Test Suite\n";
std::cout
<< "===============================================================\n"
<< console::RESET << "\n";
std::cout << "===============================================================\n" << console::RESET << "\n";
const i32 result = Test::TestRegistry::run_all();