25 Apr
2023
25 Apr
'23
3:01 p.m.
Nikolay Sivov (@nsivov) commented about include/shtypes.idl:
SCALE_450_PERCENT = 450, SCALE_500_PERCENT = 500 } DEVICE_SCALE_FACTOR; + +typedef [v1_enum] enum tagSFBS_FLAGS { + SFBS_FLAGS_ROUND_TO_NEAREST_DISPLAYED_DIGIT = 0x0001, + SFBS_FLAGS_TRUNCATE_UNDISPLAYED_DECIMAL_DIGITS = 0x0002 +} SFBS_FLAGS; I don't see this in current SDK, it's not defined in an idl.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2609#note_31102