diff options
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/messages.cpp b/messages.cpp index a17ff09..1fca963 100644 --- a/messages.cpp +++ b/messages.cpp @@ -313,9 +313,7 @@ int HookSendMsg(WPARAM w, LPARAM l) return 0;
}
-/*int TestHook(WPARAM w, LPARAM l)
+int TestHook(WPARAM w, LPARAM l)
{
- char *buf = (char*)w;
- char *proto = (char*)l;
return 0;
-} */
\ No newline at end of file +}
\ No newline at end of file |