/////////////////////////////////////////////////////////////////////////////
-// Name: help.h
+// Name: wx/help.h
// Purpose: wxHelpController base header
// Author: wxWidgets Team
// Modified by:
// Created:
-// Copyright: (c) wxWidgets Team
-// RCS-ID: $Id$
+// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/msw/wince/helpwce.h"
#define wxHelpController wxWinceHelpController
-#elif defined(__WXPALMOS__)
- #include "wx/palmos/help.h"
-
- #define wxHelpController wxPalmHelpController
#elif defined(__WXMSW__)
#include "wx/msw/helpchm.h"