hook quicktime by default
This commit is contained in:
parent
9b32e25592
commit
d0b23e5273
1 changed files with 2 additions and 0 deletions
|
@ -540,6 +540,7 @@ void hook_create(HOOKLIST* hooks, BOOL initial_hook)
|
|||
|
||||
if (is_local ||
|
||||
_strcmpi(mod_filename, "mciavi32") == 0 ||
|
||||
_strcmpi(mod_filename, "QuickTime") == 0 ||
|
||||
_strcmpi(mod_filename, "MSVFW32") == 0 ||
|
||||
_strcmpi(mod_filename, "quartz") == 0 ||
|
||||
_strcmpi(mod_filename, "winmm") == 0)
|
||||
|
@ -605,6 +606,7 @@ void hook_revert(HOOKLIST* hooks)
|
|||
|
||||
if (is_local ||
|
||||
_strcmpi(mod_filename, "mciavi32") == 0 ||
|
||||
_strcmpi(mod_filename, "QuickTime") == 0 ||
|
||||
_strcmpi(mod_filename, "MSVFW32") == 0 ||
|
||||
_strcmpi(mod_filename, "quartz") == 0 ||
|
||||
_strcmpi(mod_filename, "winmm") == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue