From 566dd25530779388859f8a21191e60c62a21cd5f Mon Sep 17 00:00:00 2001 From: David Date: Fri, 24 Oct 2008 19:12:49 +0000 Subject: david - ok, fixed the compiler warnings in socket class. got serversocket compliling without warnings. added win32_compatibility.h along the same lines as osx_copatibility.h --- src/socket.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/socket.h') diff --git a/src/socket.h b/src/socket.h index 337b797..572c2ad 100644 --- a/src/socket.h +++ b/src/socket.h @@ -73,7 +73,11 @@ namespace Bu private: void setAddress(); +#ifdef WIN32 + unsigned int nSocket; +#else int nSocket; +#endif bool bActive; FString sReadBuf; FString sAddress; -- cgit v1.2.3