Added OSGVIEWER_EXPORT

This commit is contained in:
Robert Osfield 2011-05-03 12:43:00 +00:00
parent 81a0eed67f
commit ff99fd07f7

View File

@ -2710,7 +2710,7 @@ static RegisterWindowingSystemInterfaceProxy createWindowingSystemInterfaceProxy
// declare C entry point for static compilation.
extern "C" void graphicswindow_Win32(void)
extern "C" void OSGVIEWER_EXPORT graphicswindow_Win32(void)
{
osg::GraphicsContext::setWindowingSystemInterface(osgViewer::Win32WindowingSystem::getInterface());
}