[Webkit-unassigned] [Bug 8251] netscape.product incorrect in WebKit.app on Intel Macs

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Jul 8 09:35:11 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8251





------- Comment #5 from jhaygood at spsu.edu  2006-07-08 09:35 PDT -------
I would use something like:

#if PLATFORM(MAC_OS) && PLATFORM(PPC)
return jsString("MacPPC");
#elif PLATFORM(MAC_OS)  && PLATFORM(X86)
return jsString("MacIntel");
#elif PLATFORM(WIN_OS)
return jsString("Win32");
#endif


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list