Commit 0da7ad35 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

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

parent c77f60df
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment