X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..9c805dec6caf3c98a3797898cffe795b5b56e606:/src/palmos/help.cpp diff --git a/src/palmos/help.cpp b/src/palmos/help.cpp index b36d28d548..e2af8e10a6 100644 --- a/src/palmos/help.cpp +++ b/src/palmos/help.cpp @@ -1,18 +1,14 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpwin.cpp +// Name: src/palmos/help.cpp // Purpose: Help system: WinHelp implementation -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "helpwin.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -20,20 +16,12 @@ #pragma hdrstop #endif +#if wxUSE_HELP + #ifndef WX_PRECOMP -#include "wx/defs.h" #endif -#if wxUSE_HELP - #include "wx/filefn.h" -#include "wx/msw/helpwin.h" - -#include - -#include "wx/palmos/private.h" - -#include IMPLEMENT_DYNAMIC_CLASS(wxWinHelpController, wxHelpControllerBase)