Nick, __linux__ is defined someplace in the gcc compiler as it finds the current arch and os, etc., installed.
you can: cpp -dM /dev/null and see all the gcc defines output. I see that __linux is still there as well, at least for the time being. ALLOW_PRIORITY_SCHEDULING, however seems to be an OpenThreads specific define. ... Thank you! Cheers, Curtis ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=59293#59293 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

