removed prints, added phantom device

This commit is contained in:
Hay1tsme
2021-12-30 00:51:44 -05:00
parent 40ce4d1bb3
commit fe9f78b016
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);