mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2026-09-01 19:41:54 +03:00
first commit
Version 3.x.x
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#pragma once
|
||||
#ifndef ICORE_PCH
|
||||
#define ICORE_PCH
|
||||
|
||||
#include "../../runtime/precommon.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <assert.h>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <stdarg.h>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
#include <math.h>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
|
||||
#ifndef SCI_LEXER
|
||||
#error "Please define SCI_LEXER macro for syntax highlighter"
|
||||
#endif
|
||||
|
||||
#endif //ICORE_PCH
|
||||
Reference in New Issue
Block a user