Lei Zhang thestig@google.com on Aug 8, 2008 10:58 AM (PNT) wrote about Is Wine portable to ARM arch?
On Fri, Aug 8, 2008 at 10:39 AM, James Mckenzie jjmckenzie51@earthlink.net wrote:
NO! Even MacOSX specific code is not allowed
grep -rI __APPLE__ wine-git/ | wc -l returns 68.
Correct, there is code that will only be used on when the system is an Apple (Mac). However, Mac specific code, such as ObjC code is not allowed per Alexandre.
James McKenzie