EHS
Loading...
Searching...
No Matches
TCP.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef EHS_OS_WINDOWS
4#include "TCP_W32.h"
5#else
6#include "TCP_BSD.h"
7#endif