Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT

This commit is contained in:
Robert Osfield
2005-04-11 17:14:17 +00:00
parent 813bb559aa
commit d268cf46fa
114 changed files with 173 additions and 172 deletions

View File

@@ -112,7 +112,7 @@ namespace osg {
/** FragmentProgram - encapsulates the OpenGL ARB fragment program state.*/
class SG_EXPORT FragmentProgram : public StateAttribute
class OSG_EXPORT FragmentProgram : public StateAttribute
{
public:
@@ -228,7 +228,7 @@ class SG_EXPORT FragmentProgram : public StateAttribute
/** Extensions class which encapsulates the querying of extensions and
* associated function pointers, and provide convenience wrappers to
* check for the extensions or use the associated functions.*/
class SG_EXPORT Extensions : public osg::Referenced
class OSG_EXPORT Extensions : public osg::Referenced
{
public:
Extensions();