vmprotect-source/anonfiles.com_d1D7M7q9z4_vmpsrc/unit-tests/precompiled.h
2024-11-15 17:08:58 -03:00

17 lines
No EOL
256 B
C

#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