X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c48926e149739055b0ed978d9e893f7898a51a73..decb3a6a16ea5acf1dfcdb1b70cb6edaa09840c0:/contrib/src/net/web.cpp diff --git a/contrib/src/net/web.cpp b/contrib/src/net/web.cpp new file mode 100644 index 0000000000..d39886809a --- /dev/null +++ b/contrib/src/net/web.cpp @@ -0,0 +1,29 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: web.h +// Purpose: wxWeb: portable web browser-related class +// Author: Julian Smart +// Modified by: +// Created: 2001-08-21 +// RCS-ID: $Id$ +// Copyright: (c) Julian Smart +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + +#ifdef __GNUG__ +#pragma implementation "web.h" +#endif + +// 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" + +