mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2026-08-31 23:34:43 +03:00
FILE / ScuroNeko/VMProtect
win_runtime.Tests/precompiled.h
Исходный файл и его история в репозитории.
9 lines
152 B
C
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
|