From Jean-Sebastien Guay, fixed Widows build and updated the SO version

This commit is contained in:
Robert Osfield 2009-09-23 15:16:34 +00:00
parent 0c0f96ac3d
commit 216849f73a
2 changed files with 3 additions and 3 deletions

View File

@ -906,7 +906,7 @@ class OSG_EXPORT Texture : public osg::StateAttribute
class TextureObjectSet; class TextureObjectSet;
class TextureObjectManager; class TextureObjectManager;
class TextureObject : public osg::Referenced class OSG_EXPORT TextureObject : public osg::Referenced
{ {
public: public:
@ -1041,7 +1041,7 @@ class OSG_EXPORT Texture : public osg::StateAttribute
}; };
class TextureObjectManager : public osg::Referenced class OSG_EXPORT TextureObjectManager : public osg::Referenced
{ {
public: public:
TextureObjectManager(unsigned int contextID); TextureObjectManager(unsigned int contextID);

View File

@ -22,7 +22,7 @@ extern "C" {
#define OPENSCENEGRAPH_MAJOR_VERSION 2 #define OPENSCENEGRAPH_MAJOR_VERSION 2
#define OPENSCENEGRAPH_MINOR_VERSION 9 #define OPENSCENEGRAPH_MINOR_VERSION 9
#define OPENSCENEGRAPH_PATCH_VERSION 6 #define OPENSCENEGRAPH_PATCH_VERSION 6
#define OPENSCENEGRAPH_SOVERSION 61 #define OPENSCENEGRAPH_SOVERSION 62
/* convinience macro that can be used to decide whether a feature is present or not i.e. /* convinience macro that can be used to decide whether a feature is present or not i.e.
* #if OSG_MIN_VERSION_REQUIRED(2,9,5) * #if OSG_MIN_VERSION_REQUIRED(2,9,5)