Re: Difference between NSPoint, NSSize, NSRect and the CG Versions
Quincey Morris
On Aug 31, 2017, at 14:07 , Steve Christensen <punster@...> wrote:
Opening up a macOS project and looking at the definition of NSPoint, I see:
So, it was the same size as CGPoint, but a different struct name, which was enough to create an ABI incompatibility. You could opt into the new typedef for 32-bit by using NS_BUILD_32_LIKE_64.
|
|