aboutsummaryrefslogtreecommitdiff
path: root/core/invariant/precompiled_c.h
diff options
context:
space:
mode:
authorjmpoep <OriginalEntryPoint@qq.com>2023-12-07 16:51:07 +0800
committerjmpoep <OriginalEntryPoint@qq.com>2023-12-07 16:51:07 +0800
commit28008a746a31abb7909dd86cb0cd413ac8943b0b (patch)
treea30b74b8cad548048c3c1551d652828ab76fa9bd /core/invariant/precompiled_c.h
downloadvmprotect-3.5.1-master.tar
vmprotect-3.5.1-master.tar.gz
vmprotect-3.5.1-master.tar.bz2
vmprotect-3.5.1-master.zip
first commitHEADmaster
Diffstat (limited to 'core/invariant/precompiled_c.h')
-rw-r--r--core/invariant/precompiled_c.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/core/invariant/precompiled_c.h b/core/invariant/precompiled_c.h
new file mode 100644
index 0000000..73156fa
--- /dev/null
+++ b/core/invariant/precompiled_c.h
@@ -0,0 +1,33 @@
+#pragma once
+#ifndef ICORE_C_PCH
+#define ICORE_C_PCH
+
+#include "../../runtime/precommon.h"
+
+#include <stdlib.h>
+#include <ctype.h>
+#include <assert.h>
+#include <setjmp.h>
+#include <stdarg.h>
+#include <stddef.h>
+#include <limits.h>
+#include <errno.h>
+#include <locale.h>
+#include <math.h>
+#include <time.h>
+#include <float.h>
+
+#ifdef _WIN32
+#ifdef WIN_DRIVER
+#include <windef.h>
+#else
+#include <windows.h>
+#endif
+#endif
+
+#ifdef VMP_GNU
+#else
+#include <process.h>
+#endif
+
+#endif //ICORE_C_PCH \ No newline at end of file