FILE / ScuroNeko/VMProtect

win_runtime.Tests/precompiled.h

Исходный файл и его история в репозитории.
FILE d70e027f9204c318e0190d336d9e0baa6048b197
Files
VMProtect/win_runtime.Tests/precompiled.h
T
VNGhostMans 5ec92ee05e first commit
Version 3.x.x
2023-05-14 20:21:09 +07:00

9 lines
152 B
C

#pragma once
#ifndef WRUT_PCH
#define WRUT_PCH
#include "../runtime/precompiled.h"
#include "gtest/gtest.h"
#include "gmock/gmock.h"
#endif //WRUT_PCH