Skip to content

gio: Also support modules built with MSVC

Nirbheek Chauhan requested to merge nirbheek/glib:fix-gio-modules-msvc into master

GIO modules built with MSVC do not begin with 'lib', but they can begin with 'gio'. Without this, you can only load GIO modules built with MSVC that are name.dll, not gioname.dll.

Would be great if this could be backported to older stable release(s) :)

Merge request reports