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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user