10 Feb
2026
10 Feb
'26
8:13 a.m.
On Tue Feb 10 00:24:45 2026 +0000, Jacek Caban wrote:
Ah, right, it is inverted now, so it has the opposite problem: you are making decisions about enabled extensions based on a deprecated extension string. While the sets are usually the same, they do not have to be. Avoiding deprecated functions seems much cleaner to me anyway. They have to match, by spec:
All extension names, and only the extension names re- turned in GetString(EXTENSIONS) will be returned as individual names, but there is no defined relationship between the order in which names appear in the non- indexed string and the order in which they appear in the indexed query.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10019#note_129316