mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-12-21 05:35:54 +01:00
One last tweak to remove all evidence of stupidity
This commit is contained in:
parent
cca2f14835
commit
94468e1313
@ -851,7 +851,7 @@ LRESULT WINAPI clipboard_monitor_window_proc(HWND hWnd, UINT uMsg, WPARAM wParam
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
dprintf("[EXTAPI CLIPBOARD] received %x for window %x", uMsg);
|
dprintf("[EXTAPI CLIPBOARD] received %x for window %x", uMsg);
|
||||||
return DefWindowProcA(hWnd, uMsg, lParam, wParam);
|
return DefWindowProcA(hWnd, uMsg, wParam, lParam);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user