X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..b0607dd221a6110cbd2a4a42e379b93e5f2d5334:/include/wx/helphtml.h diff --git a/include/wx/helphtml.h b/include/wx/helphtml.h index 345c71cac0..b4fae9b7ae 100644 --- a/include/wx/helphtml.h +++ b/include/wx/helphtml.h @@ -1,7 +1,20 @@ -#ifndef __HELPHTMLH_BASE__ -#define __HELPHTMLH_BASE__ +///////////////////////////////////////////////////////////////////////////// +// Name: helphtml.h +// Purpose: Includes wx/html/helpctrl.h, for wxHtmlHelpController. +// Author: Julian Smart +// Modified by: +// Created: 2003-05-24 +// RCS-ID: $Id$ +// Copyright: (c) Julian Smart +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// -#include "wx/generic/helphtml.h" +#ifndef __WX_HELPHTML_H_ +#define __WX_HELPHTML_H_ +#if wxUSE_WXHTML_HELP +#include "wx/html/helpctrl.h" #endif - // __HELPHTMLH_BASE__ + +#endif // __WX_HELPHTML_H_ +