diff --git a/src/utils.c b/src/utils.c index f983cd0..400f80f 100644 --- a/src/utils.c +++ b/src/utils.c @@ -697,7 +697,7 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam) ReleaseDC(hwnd, dst_dc); } } - + // webhook test if (strcmp(class_name, "TMediaPlayer") == 0) return TRUE; }