Merge pull request #171 from aluaces/iges_fix
Several tweaks for compiling OpenCascade plugin:
This commit is contained in:
commit
98f6984018
@ -66,7 +66,6 @@
|
||||
#include <TDF_LabelSequence.hxx>
|
||||
#include <TDF_ChildIterator.hxx>
|
||||
|
||||
#include <XSDRAW.hxx>
|
||||
#include <Quantity_Color.hxx>
|
||||
|
||||
// osg headers
|
||||
|
@ -24,9 +24,11 @@
|
||||
/// \brief header file for creating osgdb plugin for IGES format
|
||||
/// \author Abhishek Bansal, Engineer Graphics, vizExperts India Pvt. Ltd.
|
||||
|
||||
#ifdef WIN32
|
||||
/// \brief preproccessor macro required for compilation with open cascade
|
||||
/// \todo not sure what it does
|
||||
#define WNT
|
||||
#endif
|
||||
|
||||
#include <TDF_LabelSequence.hxx>
|
||||
|
||||
@ -137,4 +139,4 @@ namespace IGES
|
||||
};
|
||||
} // namespace
|
||||
|
||||
#endif // _READERWRITERIGES_H_
|
||||
#endif // _READERWRITERIGES_H_
|
||||
|
Loading…
Reference in New Issue
Block a user