Re: Current process
Re: Current process
- Subject: Re: Current process
- From: Nathan Day <email@hidden>
- Date: Tue, 11 Jun 2002 22:08:22 +0930
On Tuesday, June 11, 2002, at 09:58 PM, Renaud Boisjoly wrote:
return (theItemInfo & kLSItemInfoAppPrefersClassic) != 0;
This line should be
return (theItemInfo.flags & kLSItemInfoAppPrefersClassic) != 0;
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.