mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:28:59 +08:00
Format
This commit is contained in:
parent
21ad552fef
commit
3e963492bb
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ca265991eb42f44963c516f5bd8a0f16d4082366",
|
||||
"git-tree": "6c42ceff3df465ea0e40a1a9f7f5a0ae06e1cff0",
|
||||
"version": "3.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user