Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #397 from joerohde/master
Browse files Browse the repository at this point in the history
Update User32::WinEventProc and MSCorEE::GetVersionFromProcess
  • Loading branch information
AArnott authored Dec 23, 2019
2 parents 8846bfa + 849cbc3 commit 9476c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User32/User32.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public static partial class User32
/// <param name="dwmsEventTime">Specifies the time, in milliseconds, that the event was generated.</param>
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
public delegate void WinEventProc(
SafeEventHookHandle hWinEventHook,
IntPtr hWinEventHook,
WindowsEventHookType @event,
IntPtr hwnd,
int idObject,
Expand Down

0 comments on commit 9476c5c

Please sign in to comment.