mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 06:31:29 -07:00
6 lines
209 B
C
6 lines
209 B
C
#pragma once
|
|
|
|
// Neutralises the file-signature-check P/Invoke that calls through an unresolved native pointer and
|
|
// eventually kills the process. See src/unity/filesig_patch.c.
|
|
void PatchFileSigCheck(void);
|