compile native on OSX

This commit is contained in:
proddy
2024-08-02 12:20:09 +02:00
parent de582f2f61
commit 3159561cfb
6 changed files with 6 additions and 9 deletions

View File

@@ -6,8 +6,6 @@ For a copy, see <https://opensource.org/licenses/MIT> or
the LICENSE file.
*/
#if defined(__linux__) || defined(_WIN32)
#include "ClientPosixIPAddress.h"
IPAddress::IPAddress()
@@ -28,5 +26,3 @@ IPAddress::IPAddress(uint32_t address)
IPAddress::operator uint32_t() {
return _address;
}
#endif