Paul wrote: > Hi, > > Does anyone know what the g++ compiler symbol is for OSX? I need to add > some code in which handles OSX routines. I assume you mean you want a unique define to recognize MacOSX? If so, you want "__APPLE__". (no quotes)