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