-// Copyright 1998, Ben Goetter. All rights reserved.
+///////////////////////////////////////////////////////////////////////////////
+// Name: src/msw/wince/net.cpp
+// Purpose:
+// Author:
+// Modified by:
+// Created:
+// RCS-ID: $Id$
+// Copyright: Copyright 1998, Ben Goetter. All rights reserved.
+// Licence: wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
/*
- patch holes in winsock
+ patch holes in winsock
WCE 2.0 lacks many of the 'database' winsock routines.
Stub just enough them for ss.dll.
*/
-#include <windows.h>
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+ #pragma hdrstop
+#endif
+
+#ifndef WX_PRECOMP
+ #include "wx/msw/wrapwin.h"
+#endif
+
#include <tchar.h>
#include <winsock.h>
#include <string.h>
// Ordered by most likely to be requested.
// Assumes that a service available on different protocols
// will use the same port number on each protocol.
-// Should that be no longer the case,
+// Should that be no longer the case,
// remove the fFoundOnce code from getservbyXxx fcns.
// This table keeps port numbers in host byte order.
++pr;
} return NULL;
}
-