mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2026-09-01 03:34:42 +03:00
first commit
Version 3.x.x
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
#ifndef UT_PCH
|
||||
#define UT_PCH
|
||||
|
||||
#include "../core/precompiled.h"
|
||||
|
||||
#ifdef WIN
|
||||
#include <windows.h>
|
||||
#include <crtdbg.h> /* Heap verifying */
|
||||
#elif MACOSX
|
||||
#define __ICONS__
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#endif
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#endif //UT_PCH
|
||||
Reference in New Issue
Block a user