Skip to content

Commit

Permalink
chore: Adjust WinRT.Interop using
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklimakc committed Jan 10, 2025
1 parent 19e6108 commit 1710def
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Microsoft.Identity.Client.Broker;
#endif
using Uno.Extensions.Logging;
using WinRT.Interop;
using LogLevel = Microsoft.Extensions.Logging.LogLevel;
#if UNO_EXT_MSAL
#if __WASM__
Expand Down Expand Up @@ -54,7 +53,7 @@ public void Build(Window? window)
builder.WithBroker(new BrokerOptions(BrokerOptions.OperatingSystems.Windows));
builder.WithParentActivityOrWindow(() =>
{
IntPtr hwnd = WindowNative.GetWindowHandle(window);
IntPtr hwnd = WinRT.Interop.WindowNative.GetWindowHandle(window);
return hwnd;
});
#endif
Expand Down

0 comments on commit 1710def

Please sign in to comment.