mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2026-09-02 09:31:55 +03:00
first commit
Version 3.x.x
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#ifndef MDF_PCH
|
||||
#define MDF_PCH
|
||||
|
||||
#include <stdio.h>
|
||||
#include <tchar.h>
|
||||
#include <Windows.h>
|
||||
#pragma warning( disable : 4091 )
|
||||
#include <DbgHelp.h>
|
||||
#include <Shlwapi.h>
|
||||
#pragma warning( default: 4091 )
|
||||
|
||||
#endif //MDF_PCH
|
||||
Reference in New Issue
Block a user