mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
chore: fix WinRT-related warnings (#1710)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace PowerToysNotifications
|
||||
{
|
||||
[version(1)]
|
||||
[default_interface]
|
||||
runtimeclass BackgroundHandler : Windows.ApplicationModel.Background.IBackgroundTask
|
||||
runtimeclass BackgroundHandler
|
||||
{
|
||||
BackgroundHandler();
|
||||
|
||||
|
||||
void Run(Windows.ApplicationModel.Background.IBackgroundTaskInstance taskInstance);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user