From: Václav Slavík Date: Tue, 10 Aug 2004 18:44:10 +0000 (+0000) Subject: don't use precompiled headers for gsocket code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e2c8075b72b7f117cb2230c568c1dc8c6020bc3d don't use precompiled headers for gsocket code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/msw/wx_core.dsp b/build/msw/wx_core.dsp index 26dbbee794..98d69f6f83 100644 --- a/build/msw/wx_core.dsp +++ b/build/msw/wx_core.dsp @@ -1954,6 +1954,7 @@ SOURCE=..\..\src\msw\gdiobj.cpp # Begin Source File SOURCE=..\..\src\msw\gsockmsw.cpp +# SUBTRACT CPP /YX /Yc /Yu # End Source File # Begin Source File diff --git a/build/msw/wx_net.dsp b/build/msw/wx_net.dsp index a4f77a13be..30a5aad5c9 100644 --- a/build/msw/wx_net.dsp +++ b/build/msw/wx_net.dsp @@ -503,6 +503,7 @@ SOURCE=..\..\src\msw\dummy.cpp # Begin Source File SOURCE=..\..\src\msw\gsocket.cpp +# SUBTRACT CPP /YX /Yc /Yu # End Source File # Begin Source File diff --git a/src/msw/gsocket.cpp b/src/msw/gsocket.cpp index 6286008b67..74484e2865 100644 --- a/src/msw/gsocket.cpp +++ b/src/msw/gsocket.cpp @@ -8,21 +8,6 @@ * ------------------------------------------------------------------------- */ -// ============================================================================ -// declarations -// ============================================================================ - -// ---------------------------------------------------------------------------- -// headers -// ---------------------------------------------------------------------------- - -// For compilers that support precompilation, includes "wx.h". -#include "wx/wxprec.h" - -#ifdef __BORLANDC__ - #pragma hdrstop -#endif - #ifdef _MSC_VER /* RPCNOTIFICATION_ROUTINE in rasasync.h (included from winsock.h), * warning: conditional expression is constant. diff --git a/src/msw/gsockmsw.cpp b/src/msw/gsockmsw.cpp index 13c14fb687..a378ddf05b 100644 --- a/src/msw/gsockmsw.cpp +++ b/src/msw/gsockmsw.cpp @@ -7,21 +7,6 @@ * ------------------------------------------------------------------------- */ -// ============================================================================ -// declarations -// ============================================================================ - -// ---------------------------------------------------------------------------- -// headers -// ---------------------------------------------------------------------------- - -// For compilers that support precompilation, includes "wx.h". -#include "wx/wxprec.h" - -#ifdef __BORLANDC__ - #pragma hdrstop -#endif - /* * TODO: for WinCE we need to replace WSAAsyncSelect * (Windows message-based notification of network events for a socket)