Author: rmottola
Date: Thu Jan  5 09:47:48 2017
New Revision: 40284

URL: http://svn.gna.org/viewcvs/gnustep?rev=40284&view=rev
Log:
old mac definitions

Modified:
    libs/simplewebkit/trunk/Sources/Private.h

Modified: libs/simplewebkit/trunk/Sources/Private.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/simplewebkit/trunk/Sources/Private.h?rev=40284&r1=40283&r2=40284&view=diff
==============================================================================
--- libs/simplewebkit/trunk/Sources/Private.h   (original)
+++ libs/simplewebkit/trunk/Sources/Private.h   Thu Jan  5 09:47:48 2017
@@ -37,6 +37,11 @@
 #endif
 #ifndef ASSIGN
 #define ASSIGN(var, val) ([var release], var=[val retain])
+#endif
+
+#if !defined (GNUSTEP) &&  (MAC_OS_X_VERSION_MAX_ALLOWED <= 
MAC_OS_X_VERSION_10_4)
+#define NSUInteger unsigned
+#define NSInteger int
 #endif
 
 @interface WebFrameView (Private)


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to