Skip to content

Win32: Fix typo on compilation speedup macro define [Gtk4]

Same as !470 (merged) but for Gtk4 (master)

There is a typo, the correct macro to define is WIN32_LEAN_AND_MEAN. After this change <shellapi.h> must be included in order to use ExtractIconExW().

Merge request reports