1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00
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;
}