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