mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
64ede845fa
* [igraph] update to 0.9.9 * [igraph] patch vendored GLPK to fix UWP support * [igraph] x-add-version
14 lines
315 B
Diff
14 lines
315 B
Diff
diff --git a/vendor/glpk/env/dlsup.c b/vendor/glpk/env/dlsup.c
|
|
index 741354475..968a794b7 100644
|
|
--- a/vendor/glpk/env/dlsup.c
|
|
+++ b/vendor/glpk/env/dlsup.c
|
|
@@ -25,6 +25,8 @@
|
|
|
|
#include "env.h"
|
|
|
|
+#undef __WOE__
|
|
+
|
|
/* GNU version ********************************************************/
|
|
|
|
#if defined(HAVE_LTDL)
|