]> git.saurik.com Git - wxWidgets.git/commitdiff
precompiled headers fix
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 3 Apr 2004 10:56:04 +0000 (10:56 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 3 Apr 2004 10:56:04 +0000 (10:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/wince/net.cpp

index ea6b9545d616c2f20827849cb76b8515e00abee0..b83753f82c64229ec23bff4d366009e7a28485b2 100644 (file)
 
 */
 
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
+    #pragma implementation "net.h"
+#endif
+
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #include "wx/msw/wrapwin.h"
 #include <tchar.h>
 #include <winsock.h>