7 lines
92 B
C

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