///////////////////////////////////////////////////////////////////////////// // Name: web.h // Purpose: wxWeb: portable web browser-related class // Author: Julian Smart // Modified by: // Created: 2001-08-21 // RCS-ID: $Id: web.cpp 35650 2005-09-23 12:56:45Z MR $ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif #ifndef WX_PRECOMP #include "wx/wx.h" #endif #include "wx/string.h"