Skip to content

Fix compilation on Windows

William Roy requested to merge (removed):wroy-main-patch-01721 into main

This PR fix libpanel compilation on Windows. Note that e3fd5e56 has updated the GLIB version ahead of GTK, so you should be careful when using meson so that it doesn't link an already-present but slightly outdated Glib. Furthermore, I have removed a single instance of g_autoptr to ensure compatibility with MSVC and added a manual unref instead. Let me know if there's anything I overlooked.

Merge request reports