windows.devices.enumeration/tests: Make test handlers structure static.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54085
This commit is contained in:
Paul Gofman 2022-12-06 09:55:01 -06:00 committed by Alexandre Julliard
parent c77f60df83
commit 0da7ad35f1

View file

@ -139,7 +139,7 @@ static void test_DeviceInformation( void )
{
static const WCHAR *device_info_name = L"Windows.Devices.Enumeration.DeviceInformation";
struct device_watcher_handler stopped_handler, added_handler;
static struct device_watcher_handler stopped_handler, added_handler;
EventRegistrationToken stopped_token, added_token;
IInspectable *inspectable, *inspectable2;
IActivationFactory *factory;