- Timestamp:
- 02/05/09 11:14:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgviewerGLUT/osgviewerGLUT.cpp
r9640 r9655 21 21 // Derived from osgGLUTsimple.cpp and osgkeyboardmouse.cpp 22 22 23 #include <osg/Config> 24 23 25 #if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS) 24 26 // disable warning "glutCreateMenu_ATEXIT_HACK' : unreferenced local function has been removed" … … 30 32 #include <windows.h> 31 33 #endif 34 32 35 #ifdef __APPLE__ 33 36 # include <GLUT/glut.h>
