mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-09 07:01:29 -07:00
unstable patch for 202312+
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
|
||||
int InstallDetour(
|
||||
LPVOID target,
|
||||
LPVOID hook,
|
||||
BYTE *backup,
|
||||
LPVOID *outTrampoline
|
||||
);
|
||||
Reference in New Issue
Block a user