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
This commit is contained in:
Václav Slavík 2004-08-10 18:44:10 +00:00
parent e410692605
commit e2c8075b72
4 changed files with 2 additions and 30 deletions

View 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

View 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

View 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.

View 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)