11 Jul
2025
11 Jul
'25
7:20 p.m.
On Fri Jul 11 18:10:30 2025 +0000, Connor McAdams wrote:
Now that we only have to handle one `DEVPROPTYPE` in a special way, this can probably just be an: ``` if (type == DEVPROP_TYPE_GUID) { ... } else { ... } Yeah, that's cleaner. Thanks.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8515#note_109617