Skip to content

Commit

Permalink
#2
Browse files Browse the repository at this point in the history
- Removed debug.
  • Loading branch information
Dakoon committed Apr 7, 2017
1 parent 1f8d6a8 commit 6d17310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhatsappTray/Hook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ LRESULT CALLBACK MouseProc(
// Wenn ich als threadId 0 übergeben, ist es ein Globaler Hook.
BOOL DLLIMPORT RegisterHook(HMODULE hLib, DWORD threadId, bool closeToTray)
{
_hWndProc = SetWindowsHookEx(WH_CALLWNDPROC, (HOOKPROC)CallWndRetProcDebug, hLib, threadId);
_hWndProc = SetWindowsHookEx(WH_CALLWNDPROC, (HOOKPROC)CallWndRetProc, hLib, threadId);
if (_hWndProc == NULL)
{
OutputDebugString(L"RegisterHook() - Error Creation Hook _hWndProc\n");
Expand Down

0 comments on commit 6d17310

Please sign in to comment.