mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
Warning fix: calling convention of '__cdecl ' ignored; '__clrcall ' used instead (#5931)
This commit is contained in:
@@ -51,7 +51,7 @@ void KeyboardHook::Start()
|
||||
}
|
||||
}
|
||||
|
||||
LRESULT CALLBACK KeyboardHook::HookProc(int nCode, WPARAM wParam, LPARAM lParam)
|
||||
LRESULT __clrcall KeyboardHook::HookProc(int nCode, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
if (nCode == HC_ACTION && isActiveCallback->Invoke())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user