mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update WinRT to new version 2.0.250303.1
PiperOrigin-RevId: 781075193
This commit is contained in:
committed by
Copybara-Service
parent
5e558cffc4
commit
8f14bd10fc
@@ -1,4 +1,4 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_UI_Text_2_H
|
||||
@@ -8,7 +8,7 @@ WINRT_EXPORT namespace winrt::Windows::UI::Text
|
||||
{
|
||||
struct FontWeight
|
||||
{
|
||||
uint16_t Weight;
|
||||
uint16_t Weight {};
|
||||
};
|
||||
inline bool operator==(FontWeight const& left, FontWeight const& right) noexcept
|
||||
{
|
||||
@@ -18,13 +18,13 @@ WINRT_EXPORT namespace winrt::Windows::UI::Text
|
||||
{
|
||||
return !(left == right);
|
||||
}
|
||||
struct __declspec(empty_bases) ContentLinkInfo : winrt::Windows::UI::Text::IContentLinkInfo
|
||||
struct WINRT_IMPL_EMPTY_BASES ContentLinkInfo : winrt::Windows::UI::Text::IContentLinkInfo
|
||||
{
|
||||
ContentLinkInfo(std::nullptr_t) noexcept {}
|
||||
ContentLinkInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::Text::IContentLinkInfo(ptr, take_ownership_from_abi) {}
|
||||
ContentLinkInfo();
|
||||
};
|
||||
struct __declspec(empty_bases) FontWeights : winrt::Windows::UI::Text::IFontWeights
|
||||
struct WINRT_IMPL_EMPTY_BASES FontWeights : winrt::Windows::UI::Text::IFontWeights
|
||||
{
|
||||
FontWeights(std::nullptr_t) noexcept {}
|
||||
FontWeights(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::Text::IFontWeights(ptr, take_ownership_from_abi) {}
|
||||
@@ -40,13 +40,13 @@ WINRT_EXPORT namespace winrt::Windows::UI::Text
|
||||
[[nodiscard]] static auto SemiLight();
|
||||
[[nodiscard]] static auto Thin();
|
||||
};
|
||||
struct __declspec(empty_bases) RichEditTextDocument : winrt::Windows::UI::Text::ITextDocument,
|
||||
struct WINRT_IMPL_EMPTY_BASES RichEditTextDocument : winrt::Windows::UI::Text::ITextDocument,
|
||||
impl::require<RichEditTextDocument, winrt::Windows::UI::Text::ITextDocument2, winrt::Windows::UI::Text::ITextDocument3, winrt::Windows::UI::Text::ITextDocument4>
|
||||
{
|
||||
RichEditTextDocument(std::nullptr_t) noexcept {}
|
||||
RichEditTextDocument(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::Text::ITextDocument(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) RichEditTextRange : winrt::Windows::UI::Text::ITextRange,
|
||||
struct WINRT_IMPL_EMPTY_BASES RichEditTextRange : winrt::Windows::UI::Text::ITextRange,
|
||||
impl::require<RichEditTextRange, winrt::Windows::UI::Text::IRichEditTextRange>
|
||||
{
|
||||
RichEditTextRange(std::nullptr_t) noexcept {}
|
||||
|
||||
Reference in New Issue
Block a user