16 Sep
2024
16 Sep
'24
12:26 p.m.
On Mon Sep 16 11:54:44 2024 +0000, Rémi Bernon wrote:
Well this one maybe, but there are others. DECLSPEC_UUID requires _MSC_VER >= 1100, should we drop that condition altogether? What about later, for instance (taking one without alternatives) DECLSPEC_ADDRSAFE which has a different version requirement? Yes, these can be dropped. We don't need to remain compatible with MSVC from 25 years ago.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6502#note_82283