This commit is contained in:
Cheney-Wang 2024-11-18 23:28:13 -08:00
parent 21ad552fef
commit 3e963492bb
3 changed files with 24 additions and 24 deletions

View File

@ -25,7 +25,7 @@ index 3ad2c25..3e98a9a 100644
+#ifdef WINDOWS_STORE
+ static auto module = ::LoadPackagedLibrary(_T("OPENGL32.DLL"), 0);
+#else
+ static auto module = ::LoadLibrary(_T("OPENGL32.DLL"));
+ static auto module = ::LoadLibrary(_T("OPENGL32.DLL"));
+#endif
// Prevent static linking of opengl32

View File

@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "ca265991eb42f44963c516f5bd8a0f16d4082366",
"git-tree": "6c42ceff3df465ea0e40a1a9f7f5a0ae06e1cff0",
"version": "3.3.0",
"port-version": 0
},