Modified:
trunk/source/core_socket.cpp
Log:
Fixlet to get linkage working.
Modified: trunk/source/core_socket.cpp
==============================================================================
--- trunk/source/core_socket.cpp (original)
+++ trunk/source/core_socket.cpp Wed Oct 15 17:27:35 2008
@@ -19,6 +19,7 @@
#if !defined (TARGET_OS_NDSFIRMWARE)
#if defined (TARGET_OS_WINDOWS)
+#pragma comment (lib,"ws2_32.lib")
typedef int socklen_t;
#endif