Remove support for mingw

MSVC works fine and the bundled mingw libraries are outdated.
This commit is contained in:
Martin Natano
2022-06-07 22:49:05 +02:00
parent 087d4576cc
commit 838de6fb81
40 changed files with 34 additions and 32477 deletions
-2
View File
@@ -51,8 +51,6 @@ void NORETURN sm_crash( const char *reason )
* way, this function will appear in backtrace stack traces. */
#if defined(_MSC_VER)
__nop();
#elif defined(__GNUC__) // MinGW or similar
asm("nop");
#endif
#else
_exit( 1 );