Hi all-
Back to this after more than 30 days (or so Usenet tells me...)
I'm working on MacTypes.h, a conversion to go with CMF. I'm curious
what happens here in some QuickDraw types:
STRUCTURE Rect
SHORT: +top
SHORT: +left
SHORT: +bottom
SHORT: +right
STRUCTURE.END
STRUCTURE FixedRect
Fixed: +left
Fixed: +top
Fixed: +right
Fixed: +bottom
STRUCTURE.END
So the member names are the same. Does that mean that the definitions
for FixedRect will be used because they were compiled last? In other
words, do I need to create unique member names or does MacForth do
something smart here?
Also, slightly off-topic:
typedef struct TimeBaseRecord* TimeBase;
was moved to MacTypes.h from Movies.h, but I can't for the life of me
find the definition of TimeBaseRecord in the 10.4.u headers. Any idea
where this lives, or am I missing something about typedefs?
Best and thanks, Charles