@@ -107,21 +107,21 @@ } - (OFString*)description { /* FIXME: Add proper description for Win32 */ -#ifndef _WIN32 +#ifndef OF_WINDOWS if (_error == 0) { #endif if (_host != nil) return [OFString stringWithFormat: @"The host %@ could not be translated to an " @"address!", _host]; else return @"An address could not be translated!"; -#ifndef _WIN32 +#ifndef OF_WINDOWS } # ifdef HAVE_GETADDRINFO # if defined(OF_HAVE_THREADS) && !defined(HAVE_THREADSAFE_GETADDRINFO) if (!of_mutex_lock(&mutex))