@@ -17,10 +17,11 @@ #import #import "OFTCPSocket.h" #import "OFExceptions.h" +#ifndef _WIN32 /* FIXME */ @implementation OFTCPSocket - init { if ((self = [super init])) { sock = -1; @@ -272,5 +273,6 @@ saddr_len = 0; return self; } @end +#endif