Remove support for mingw
MSVC works fine and the bundled mingw libraries are outdated.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user