Skip to content

win32: Fix resource-based imports

Evan Welsh requested to merge ewlsh/win32 into master

g_build_filename does not work on URIs on Windows as it will use \ which are only valid file separators, not URI separators. We should stick to the GIO child APIs and avoid using GLib primitive file APIs.

Merge request reports