EHS
Loading...
Searching...
No Matches
ICMP.h
Go to the documentation of this file.
1#pragma once
2
3#include "ehs/system/OS.h"
4
5#ifdef EHS_OS_WINDOWS
6 #include "ICMP_W32.h"
7#else
8 #include "ICMP_LNX.h"
9#endif