retain workaround only for win32

This commit is contained in:
Tim Felgentreff 2021-07-03 11:20:43 +02:00
parent 8aab2a3e3d
commit 93c149c577

View file

@ -140,13 +140,17 @@ public:
};
#ifdef USE_MNG
#ifdef WIN32
#ifdef HAVE_STDDEF_H
#undef HAVE_STDDEF_H
#endif
#endif
#include <libmng.h>
#ifdef WIN32
#ifndef HAVE_STDDEF_H
#undef HAVE_STDDEF_H
#endif
#endif
class Mng : public gcn::Image
{