mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2026-08-31 17:34:41 +03:00
FILE / ScuroNeko/VMProtect
minidumpfixer/precompiled.h
Исходный файл и его история в репозитории.
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
|