VMProtect/win_runtime.Tests/precompiled.h
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