From ff99fd07f79f8984265c810c57c03ae1db98800d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 3 May 2011 12:43:00 +0000 Subject: [PATCH] Added OSGVIEWER_EXPORT --- src/osgViewer/GraphicsWindowWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgViewer/GraphicsWindowWin32.cpp b/src/osgViewer/GraphicsWindowWin32.cpp index a060ec01b..5010a7ef9 100644 --- a/src/osgViewer/GraphicsWindowWin32.cpp +++ b/src/osgViewer/GraphicsWindowWin32.cpp @@ -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()); }