Skip to content

Commit

Permalink
Update InteropMethods.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Sep 16, 2022
1 parent 3fd8712 commit eaa8fa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public static InteropValues.WINDOWPLACEMENT GetWindowPlacement(IntPtr hwnd)
public static extern IntPtr GetWindow(IntPtr hwnd, int nCmd);

[DllImport(InteropValues.ExternDll.User32)]
internal static extern IntPtr GetActiveWindow();
public static extern IntPtr GetActiveWindow();

[DllImport(InteropValues.ExternDll.User32)]
[return: MarshalAs(UnmanagedType.Bool)]
Expand Down

0 comments on commit eaa8fa9

Please sign in to comment.