|
|
@ -4,9 +4,9 @@ |
|
|
|
#include <bakanet/core/packet.h> |
|
|
|
#include <bakanet/core/packet.h> |
|
|
|
#include <bakanet/core/socket.h> |
|
|
|
#include <bakanet/core/socket.h> |
|
|
|
|
|
|
|
|
|
|
|
#ifdef BK_PLAFORM_WINDOWS |
|
|
|
#if defined(BK_PLATFORM_WINDOWS) |
|
|
|
#include <platform/windows/windows_socket.h> |
|
|
|
#include <platform/windows/windows_socket.h> |
|
|
|
#elif BK_PLAFORM_LINUX |
|
|
|
#elif defined(BK_PLATFORM_LINUX) |
|
|
|
#include <platform/linux/linux_socket.h> |
|
|
|
#include <platform/linux/linux_socket.h> |
|
|
|
#else |
|
|
|
#else |
|
|
|
#error "Plaform not supported" |
|
|
|
#error "Plaform not supported" |
|
|
|