EHS
UDP.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef EHS_OS_WINDOWS
4#include "UDP_W32.h"
5#else
6#include "UDP_BSD.h"
7#endif