X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39fc096d5a40b85488a43226aa49c887ae86f45f..8d7490018a47f60149a35ced6f880ec834aba471:/src/msw/wince/net.cpp?ds=sidebyside diff --git a/src/msw/wince/net.cpp b/src/msw/wince/net.cpp index fc8c9eef1e..2c05380bb6 100644 --- a/src/msw/wince/net.cpp +++ b/src/msw/wince/net.cpp @@ -1,4 +1,13 @@ -// 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 @@ -12,10 +21,6 @@ */ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "net.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -23,7 +28,10 @@ #pragma hdrstop #endif -#include "wx/msw/wrapwin.h" +#ifndef WX_PRECOMP + #include "wx/msw/wrapwin.h" +#endif + #include #include #include @@ -175,4 +183,3 @@ struct protoent * WINSOCKAPI getprotobynumber(int proto) ++pr; } return NULL; } -