Renamed EnvVar header to os_utils in prep for adding more OS related calls to it

This commit is contained in:
Robert Osfield
2018-01-12 16:48:17 +00:00
parent bfbae8ad12
commit a7cc9664c0
12 changed files with 13 additions and 13 deletions

View File

@@ -11,8 +11,8 @@
* OpenSceneGraph Public License for more details.
*/
#ifndef OSG_EnvVar
#define OSG_EnvVar 1
#ifndef OSG_osg_utils
#define OSG_osg_utils 1
#include <osg/Config>