Latest update for winrt

PiperOrigin-RevId: 452591835
This commit is contained in:
jfcarroll
2022-06-02 12:05:19 -07:00
committed by Copybara-Service
parent 11558b453c
commit 28da839987
1366 changed files with 69568 additions and 70576 deletions
@@ -1,4 +1,4 @@
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
#pragma once
#ifndef WINRT_Windows_Phone_System_0_H
@@ -36,7 +36,7 @@ namespace winrt::impl
template <typename D>
struct consume_Windows_Phone_System_ISystemProtectionStatics
{
[[nodiscard]] WINRT_IMPL_AUTO(bool) ScreenLocked() const;
[[nodiscard]] auto ScreenLocked() const;
};
template <> struct consume<winrt::Windows::Phone::System::ISystemProtectionStatics>
{
@@ -45,7 +45,7 @@ namespace winrt::impl
template <typename D>
struct consume_Windows_Phone_System_ISystemProtectionUnlockStatics
{
WINRT_IMPL_AUTO(void) RequestScreenUnlock() const;
auto RequestScreenUnlock() const;
};
template <> struct consume<winrt::Windows::Phone::System::ISystemProtectionUnlockStatics>
{