Show
Ignore:
Timestamp:
02/05/09 11:14:49 (4 years ago)
Author:
robert
Message:

From Jean-Sebastien Guay, warning fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/examples/osgviewerGLUT/osgviewerGLUT.cpp

    r9640 r9655  
    2121// Derived from osgGLUTsimple.cpp and osgkeyboardmouse.cpp 
    2222 
     23#include <osg/Config> 
     24 
    2325#if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS) 
    2426    // disable warning "glutCreateMenu_ATEXIT_HACK' : unreferenced local function has been removed" 
     
    3032#include <windows.h> 
    3133#endif 
     34 
    3235#ifdef __APPLE__ 
    3336#  include <GLUT/glut.h>