Thanks Martin, the change looks ok, so its now checked into CVS.
On 6/27/06, Martin Naylor <[EMAIL PROTECTED]> wrote:
Hi, The txp is failing to compile under windows. A quick fix is to redefine the strcasecmp as below, I did not know where to put it in the code or I would submit it? Maybe trpage_material.cpp? I have not tested it at all, expect for compilation :-). // Fix for windows compilaton - strcasecmp is not defined. #ifdef _WIN32 #define strcasecmp _stricmp #endif Regards Martin. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
