mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 15:23:02 +05:00
Missing Memory includes
This commit is contained in:
parent
e78ff41605
commit
7584bed931
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
#ifndef __MEMORYMGR
|
||||
#define __MEMORYMGR
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
|
||||
#define WRAPPER __declspec(naked)
|
||||
#define DEPRECATED __declspec(deprecated)
|
||||
#define EAXJMP(a) { _asm mov eax, a _asm jmp eax }
|
||||
|
|
Loading…
Reference in a new issue