From d5e64615977c6839abe565919e8da50ffda40604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 3 Apr 2004 10:56:04 +0000 Subject: [PATCH] precompiled headers fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/wince/net.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/msw/wince/net.cpp b/src/msw/wince/net.cpp index ea6b9545d6..b83753f82c 100644 --- a/src/msw/wince/net.cpp +++ b/src/msw/wince/net.cpp @@ -12,6 +12,17 @@ */ +#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 #include