Skip to content

windows.media.devices: Define GUID_STR_LEN without using a magic number.

The exact number (38) is not very important, and using ARRAY_SIZE instead tells the reader that there is little chance that the number was calculated incorrectly.

Merge request reports

Loading