]> git.saurik.com Git - wxWidgets.git/commitdiff
don't use precompiled headers for gsocket code
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 10 Aug 2004 18:44:10 +0000 (18:44 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 10 Aug 2004 18:44:10 +0000 (18:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/msw/wx_core.dsp
build/msw/wx_net.dsp
src/msw/gsocket.cpp
src/msw/gsockmsw.cpp

index 26dbbee794e1e2f60eda9ba19a25c981e1a134a8..98d69f6f8327e1c3fc20f1338456a644608d0ecc 100644 (file)
@@ -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
 
index a4f77a13be37c146e2013f27d27f817b1558f770..30a5aad5c946f47b406f89643f1926fcd513f9b8 100644 (file)
@@ -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
 
index 6286008b672ad8ca89201edbf1719c85e3fa2347..74484e286503df08ba6ce42b4e6c8c8d2d9c4391 100644 (file)
@@ -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.
index 13c14fb687221b61d46b561f5a36f8607fa8b84a..a378ddf05b3993b03e79f0b0dcd808572e803bb3 100644 (file)
@@ -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)