aboutsummaryrefslogtreecommitdiff
path: root/win_runtime.Tests/precompiled.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 /win_runtime.Tests/precompiled.h
downloadvmprotect-3.5.1-28008a746a31abb7909dd86cb0cd413ac8943b0b.tar
vmprotect-3.5.1-28008a746a31abb7909dd86cb0cd413ac8943b0b.tar.gz
vmprotect-3.5.1-28008a746a31abb7909dd86cb0cd413ac8943b0b.tar.bz2
vmprotect-3.5.1-28008a746a31abb7909dd86cb0cd413ac8943b0b.zip
first commitHEADmaster
Diffstat (limited to 'win_runtime.Tests/precompiled.h')
-rw-r--r--win_runtime.Tests/precompiled.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/win_runtime.Tests/precompiled.h b/win_runtime.Tests/precompiled.h
new file mode 100644
index 0000000..6fed2cf
--- /dev/null
+++ b/win_runtime.Tests/precompiled.h
@@ -0,0 +1,9 @@
+#pragma once
+#ifndef WRUT_PCH
+#define WRUT_PCH
+
+#include "../runtime/precompiled.h"
+
+#include "gtest/gtest.h"
+#include "gmock/gmock.h"
+#endif //WRUT_PCH \ No newline at end of file