[PATCH 3/5] winecfg: Don't mark glu32 as builtin-only.

Matteo Bruni mbruni at codeweavers.com
Wed May 15 16:39:30 CDT 2019


Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
---
I'm not aware of any reason why a native glu32.dll wouldn't work.

 programs/winecfg/libraries.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/programs/winecfg/libraries.c b/programs/winecfg/libraries.c
index ee60978e9f6..a8c3e809afa 100644
--- a/programs/winecfg/libraries.c
+++ b/programs/winecfg/libraries.c
@@ -52,7 +52,6 @@ static const char * const builtin_only[] =
     "dbghelp",
     "ddraw",
     "gdi32",
-    "glu32",
     "gphoto2.ds",
     "icmp",
     "iphlpapi",
-- 
2.21.0




More information about the wine-devel mailing list