From 50e562782cde506733d70079d8a7aea4d2c7e6ab Mon Sep 17 00:00:00 2001 From: Morten Delenk Date: Wed, 27 Jul 2016 15:03:29 +0200 Subject: [PATCH] added a non-wide ctypes.h --- assert/assert.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/assert/assert.cpp b/assert/assert.cpp index 676f92a..1a9bbdd 100644 --- a/assert/assert.cpp +++ b/assert/assert.cpp @@ -7,5 +7,4 @@ extern "C" void __assert(const char *msg, const char *file, int line, int res) { MTGosHAL::err << "Kernel panic.\n"; for(;;); } - assert(0); } \ No newline at end of file