retain workaround only for win32
This commit is contained in:
parent
8aab2a3e3d
commit
93c149c577
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue