@@ -163,11 +163,11 @@ free(tmp); @throw [OFOutOfMemoryException exceptionWithRequestedSize: sizeof(*addr)]; } -#ifdef __wii__ +#ifdef OF_WII addr->sin_len = 8; #endif addr->sin_family = AF_INET; addr->sin_port = OF_BSWAP16_IF_LE(port); addr->sin_addr.s_addr = s_addr; @@ -174,11 +174,11 @@ tmp->family = AF_INET; tmp->type = type; tmp->protocol = 0; tmp->address = (struct sockaddr*)addr; -#ifndef __wii__ +#ifndef OF_WII tmp->addressLength = sizeof(*addr); #else tmp->addressLength = 8; #endif