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
+1 -1
View File
@@ -12,7 +12,7 @@ extern "C" {
#include "jerror.h"
}
#if defined(WIN32) && !defined(__MINGW32__)
#if defined(WIN32)
// work around namespace bugs in win32/libjpeg:
#define XMD_H
#undef FAR