predefined macro iOS vs OS X
predefined macro iOS vs OS X
- Subject: predefined macro iOS vs OS X
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Fri, 16 Aug 2013 19:10:42 +0700
I have some code which is almost identical vor iOS and OS X.
So I want to write something like:
#ifdef SOME_THING
// OS X
NSRect someRect = ...
#else
// iOS
CGRect someRect =...
#endif
But what to choose for SOME_THING?
Gerriet.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden