Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
update source
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoding121 committed Feb 25, 2016
1 parent 6680a49 commit 05ea9ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EventHook/Hooks/ShellHook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace EventHook.Hooks
{
internal delegate void GeneralShellHookEventHandler(ShellHook sender, IntPtr hWnd);

//https://github.com/lemkepf/ClipHub/blob/master/ClipHub/ClipHub/Code/Helpers/ShellHook.cs
internal sealed class ShellHook : NativeWindow
{
private readonly uint _wmShellHook;
Expand Down Expand Up @@ -136,4 +137,4 @@ private static int GetWindowLong(IntPtr hWnd, int nIndex)

#endregion
}
}
}

0 comments on commit 05ea9ca

Please sign in to comment.