Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
remove dummy path
Browse files Browse the repository at this point in the history
  • Loading branch information
CatxFish committed Jan 11, 2018
1 parent 2aed61f commit d78c836
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/virtual-source/dllmain.cpp
Expand Up @@ -173,8 +173,9 @@ STDAPI RegisterFilters(BOOL bRegister)
}
}

if (SUCCEEDED(hr) && bRegister)
RegisterDummyDevicePath();
// Dummy DevicePath conflicts with Skype
/*if (SUCCEEDED(hr) && bRegister)
RegisterDummyDevicePath();*/

if (fm)
fm->Release();
Expand Down
Binary file added util/reg_path.reg
Binary file not shown.
Binary file added util/unreg_path.reg
Binary file not shown.

0 comments on commit d78c836

Please sign in to comment.