mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:11:03 +00:00
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:
parent
c0f9776a72
commit
4cb005897e
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ typedef int jpeg_boolean;
|
|||
#define boolean jpeg_boolean
|
||||
#endif
|
||||
#endif // __MINGW32__
|
||||
|
||||
#if defined(__MINGW64__)
|
||||
#define interface struct
|
||||
#define CINTERFACE
|
||||
#endif
|
||||
|
||||
#include <jpeglib.h>
|
||||
#include <setjmp.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue