git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@59 d34b734f-a00e-4b39-a726-e4eeb87269abadeniz_1
@@ -45,6 +45,9 @@ | |||
//// Windows headers... | |||
#include <winsock2.h> | |||
namespace CodeDweller { | |||
typedef int socklen_t; // Posix uses socklen_t so we mimic it. | |||
typedef SOCKET hSocket; // Winx handles Socket is opaque. | |||
@@ -532,10 +535,9 @@ class UDPBroadcaster : public Socket, public MessagePort { | |||
//////////////////////////////////////////////////////////////////////////////// | |||
//// Include Inline methods and functions... | |||
#include "networking.inline.hpp" | |||
} | |||
} // End of CodeDweller namespace. | |||
#endif | |||