Fixed remaining MAX_PATH usuage, replacing it with the new DX_MAX_PATH, this

should solve compile problems under VisualStudio .NET.
This commit is contained in:
Robert Osfield
2002-04-26 08:25:51 +00:00
parent 26d34ed6d6
commit 07ba07dc62

View File

@@ -30,7 +30,7 @@ namespace dx {
struct WriterParms {
bool set_default_color; // Give color to uncolored objects
osg::Vec4 default_color; // Color to assign to uncolored objects
char outfile[ PATH_MAX ]; // Output pathname
char outfile[ DX_PATH_MAX ]; // Output pathname
//bool binary_mode; // Write DX arrays in binary format
WriterParms()