Added missing source file headers
This commit is contained in:
Родитель
6964090a72
Коммит
9686c32c18
|
@ -1,4 +1,8 @@
|
|||
#if WINAPPSDK
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
#if WINAPPSDK
|
||||
using Windows.ApplicationModel;
|
||||
using Windows.Storage;
|
||||
using Windows.System.Profile;
|
||||
|
@ -33,4 +37,4 @@ internal static class InfoHelper
|
|||
);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
#if WINAPPSDK
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
#if WINAPPSDK
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace CommunityToolkit.WinUI.Controls;
|
||||
|
@ -83,4 +87,4 @@ internal static class NativeMethods
|
|||
[DllImport("user32.dll")]
|
||||
public static extern IntPtr CallWindowProc(IntPtr lpPrevWndFunc, IntPtr hWnd, WindowMessage Msg, IntPtr wParam, IntPtr lParam);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче