> I am porting some code to Palm, and I was wondering how should the code like
> when there is a need to #ifdef some declaration. With codeWarrior the define
> looks like
>
> #if !defined(__MWERKS__) || !defined(__MC68K__)
> // not Palm
> #endif
> 
> What precompiler defines are used by PRC tools? thank you.

#if !defined(__GNU__)

  :) or.. similar.. check out some open source code that does it

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to