dsound: Get rid of the global device GUID arrays.
commite1f0318ec4fe83fdc86407303d55f4ee5ba3d2e7
authorArkadiusz Hiler <ahiler@codeweavers.com>
Thu, 14 Sep 2023 21:16:47 +0000 (15 00:16 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Sep 2023 09:15:56 +0000 (15 11:15 +0200)
tree0fd11e1ad564c6db4a1af9013ff92b8e63caab20
parentca86155b1acc6e3ce5cd47d00fd95d5e0958ae5e
dsound: Get rid of the global device GUID arrays.

They are not used for anything anymore and just impose limit of 10
devices of a given type (capturer / renderer) without doing bound
checking.
dlls/dsound/dsound_main.c
dlls/dsound/dsound_private.h
dlls/dsound/propset.c