From 71588d6209ed7abe064c6db34318f1be50bc1f90 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Thu, 15 Aug 2024 00:37:50 +0000 Subject: [PATCH] more fixes for windows Signed-off-by: Ian Chen --- ogre/src/OgreRenderEngine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogre/src/OgreRenderEngine.cc b/ogre/src/OgreRenderEngine.cc index b24149c1e..eb404dfae 100644 --- a/ogre/src/OgreRenderEngine.cc +++ b/ogre/src/OgreRenderEngine.cc @@ -81,7 +81,7 @@ using namespace rendering; // \todo(iche033) Find a proper way to unload the library without causing a // crash. typedef void (*DLL_START_PLUGIN)(void); -void *glPluginHandle; +DYNLIB_HANDLE glPluginHandle; void loadGLPlugin(const std::string &_pluginName) {