Add project files.
This commit is contained in:
9
InjectionLibrary/framework.h
Normal file
9
InjectionLibrary/framework.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
#include <windows.h>
|
||||
#include <string>
|
||||
#include <Psapi.h>
|
||||
#include <tlhelp32.h>
|
||||
#include <map>
|
||||
#include <stdexcept>
|
Reference in New Issue
Block a user