Author: mlytwyn
Date: Tue Oct 18 20:05:33 2016
New Revision: 40157

URL: http://svn.gna.org/viewcvs/gnustep?rev=40157&view=rev
Log:
Define interface/CINTERFACE to compile for mingw64

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSBitmapImageRep+JPEG.m

Modified: 
libs/gui/branches/gnustep_testplant_branch/Source/NSBitmapImageRep+JPEG.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSBitmapImageRep%2BJPEG.m?rev=40157&r1=40156&r2=40157&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSBitmapImageRep+JPEG.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSBitmapImageRep+JPEG.m   
Tue Oct 18 20:05:33 2016
@@ -53,6 +53,12 @@
 #define boolean jpeg_boolean
 #endif
 #endif // __MINGW32__
+
+#if defined(__MINGW64__)
+#define interface struct
+#define CINTERFACE
+#endif
+
 #include <jpeglib.h>
 #include <setjmp.h>
 


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to