Re: Well, isn't this tantalizing?
Re: Well, isn't this tantalizing?
- Subject: Re: Well, isn't this tantalizing?
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 7 Oct 2001 10:59:16 +0100
On Sunday, October 7, 2001, at 07:42 pm, Drew McCormack wrote:
I also note that CGBase has an
#if defined(__WIN32__)
line in there.
That is interesting. I just did a find, and there are lots of
occurrences of "WIN32" in the Cocoa header files. What does this mean?
Are there plans to port to windows, or is this a throwback to an
earlier period? Anybody know?
Throwback to an earlier period from Cocoa, but in CoreGraphics it might
be more significant. Of course, most likely it isn't, but hey :-)
Also there's this in the CG headers:
#ifndef __MACOS_CLASSIC__
But before you go getting ideas, read the comment above it:
/*
* The following construct is present to avoid problems with some Apple
tools.
* API in this module is not available in Mac OS Classic variations!
*/
:-)
-- Finlay