Updates for Borland compilation.
This commit is contained in:
parent
0c63a4b65d
commit
cc39c462de
@ -90,7 +90,7 @@ class SG_EXPORT Billboard : public Geode
|
|||||||
{
|
{
|
||||||
AXIAL_ROT_X_AXIS=AXIAL_ROT+1,
|
AXIAL_ROT_X_AXIS=AXIAL_ROT+1,
|
||||||
AXIAL_ROT_Y_AXIS,
|
AXIAL_ROT_Y_AXIS,
|
||||||
AXIAL_ROT_Z_AXIS,
|
AXIAL_ROT_Z_AXIS
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
#include <osg/Notify>
|
#include <osg/Notify>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
#if defined(__BCPLUSPLUS__)
|
||||||
|
using std::toupper;
|
||||||
|
#endif
|
||||||
|
|
||||||
osg::NotifySeverity osg::g_NotifyLevel = osg::NOTICE;
|
osg::NotifySeverity osg::g_NotifyLevel = osg::NOTICE;
|
||||||
std::ofstream *osg::g_NotifyNulStream;
|
std::ofstream *osg::g_NotifyNulStream;
|
||||||
bool osg::g_NotifyInit = false;
|
bool osg::g_NotifyInit = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user