pmacos.h correction

Ruslan Zasukhin <[email protected]> Sat, 20 Nov 2004 10:36:03 +0200
Newsgroups gmane.comp.lib.icu.general
Message-ID <BDC4CE93.23D6B%[email protected]>
Hi All,

I try to compile ICU by CodeWarrior on OS X for MACHO target.
I have found that pmacos.h must be corrected as the following:


#ifndef macintosh
#define macintosh 1
#endif

// umutex.c require this 2 lines to be compiled by CW in MACHO target.
#if __MACH__
    #undef macintosh
    #define ICU_USE_THREADS 1
#endif // __MACH__



Here added last 5 lines



-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: [email protected]
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------