7 lines
90 B
C
7 lines
90 B
C
#pragma once
|
|
|
|
#ifdef EHS_OS_WINDOWS
|
|
#include "UDP_W32.h"
|
|
#else
|
|
#include "UDP_BSD.h"
|
|
#endif |