Define interface/CINTERFACE to compile for mingw64

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40157 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-10-18 18:05:33 +00:00
parent c0f9776a72
commit 4cb005897e

View file

@ -53,6 +53,12 @@ typedef int jpeg_boolean;
#define boolean jpeg_boolean #define boolean jpeg_boolean
#endif #endif
#endif // __MINGW32__ #endif // __MINGW32__
#if defined(__MINGW64__)
#define interface struct
#define CINTERFACE
#endif
#include <jpeglib.h> #include <jpeglib.h>
#include <setjmp.h> #include <setjmp.h>