mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2024-12-26 08:20:19 +03:00
5ec92ee05e
Version 3.x.x
13 lines
231 B
C
13 lines
231 B
C
#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
|