#pragma once #include "ehs/system/OS.h" #ifdef EHS_OS_WINDOWS #include "ICMP_W32.h" #else #include "ICMP_LNX.h" #endif