First implementation of Posix Network
Former-commit-id: 2b73870d8eef4dc92038224164396390ac43df46
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
#if defined(NAZARA_PLATFORM_WINDOWS)
|
||||
#include <Nazara/Network/Win32/SocketImpl.hpp>
|
||||
#elif defined(NAZARA_PLATFORM_POSIX)
|
||||
#include <Nazara/Network/Posix/SocketImpl.hpp>
|
||||
#else
|
||||
#error Missing implementation: Socket
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user