mirror of
https://github.com/ComodoSecurity/openedr/
synced 2026-06-06 15:24:33 +00:00
14 lines
240 B
C++
14 lines
240 B
C++
//
|
|
// edrav2.libcore project
|
|
//
|
|
// Author: Yury Ermakov (11.12.2018)
|
|
// Reviewer: Denis Bogdanov (18.01.2019)
|
|
//
|
|
#pragma once
|
|
#include "basic.hpp"
|
|
#include "error/error_common.hpp"
|
|
|
|
#ifdef PLATFORM_WIN
|
|
#include "error/error_win.hpp"
|
|
#endif
|