Win32 - First Full Pass (Smaller Message)
Dan Christiansen
dan at bugge.dk
Sun Jan 12 16:32:12 GMT 2003
On Sunday, January 12, 2003, at 08:44 AM, Alan Gutierrez wrote:
> 4) Bracket code that won't compile with #if 0. (Most of KWQ)
You should consider bracketing with #ifdef __OBJC__ instead. Most of
the parts will probably be Objective-C code in C++ files (or vice
versa) and won't compile with FSF GCC either. Another possibility is
using either __APPLE_CPP__ or __APPLE_CC__, which will be set by
Apple's GCC.
- Dan
More information about the kfm-devel
mailing list