forked from Hay1tsme/segatools
refactor all common parts and games
This commit is contained in:
8
common/hooklib/setupapi.h
Normal file
8
common/hooklib/setupapi.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
HRESULT setupapi_add_phantom_dev(const GUID *iface_class, const wchar_t *path);
|
||||
void setupapi_hook_insert_hooks(HMODULE target);
|
Reference in New Issue
Block a user