#pragma once

#ifdef EHS_OS_WINDOWS
#include "BaseICMP.h"
#else
#include "ICMP_LNX.h"
#endif