1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2025-01-24 07:04:08 +01:00

9 lines
186 B
C
Raw Normal View History

#pragma once
#include <windows.h>
#include <stddef.h>
HRESULT setupapi_add_phantom_dev(const GUID *iface_class, const wchar_t *path);
2021-12-29 21:58:00 -05:00
void setupapi_hook_insert_hooks(HMODULE target);