j
k
j a
j l
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 { ... }
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.
Back to the thread
Back to the list