This commit is contained in:
FunkyFr3sh 2024-06-29 22:31:02 +02:00
parent ae08ecdf45
commit b8ad4b27dd

View file

@ -697,7 +697,7 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
ReleaseDC(hwnd, dst_dc);
}
}
// webhook test
// webhook test 2
if (strcmp(class_name, "TMediaPlayer") == 0)
return TRUE;
}