removed prints, added phantom device

This commit is contained in:
Hay1tsme
2021-12-30 00:51:44 -05:00
parent 7473791db2
commit 99068f4fb3
5 changed files with 15 additions and 13 deletions

View File

@ -284,8 +284,6 @@ static HMODULE WINAPI hook_LoadLibraryW(const wchar_t *name)
{
HMODULE result;
dprintf("hook_LoadLibraryW: Loading %S\n", name);
if (name == NULL) {
SetLastError(ERROR_INVALID_PARAMETER);