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

Commit 05ea9ca

Browse files
committed
update source
1 parent 6680a49 commit 05ea9ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

EventHook/Hooks/ShellHook.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace EventHook.Hooks
66
{
77
internal delegate void GeneralShellHookEventHandler(ShellHook sender, IntPtr hWnd);
88

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

137138
#endregion
138139
}
139-
}
140+
}

0 commit comments

Comments
 (0)