+/////////////////////////////////////////////////////////////////////////////
+// Name: help.h
+// Purpose: wxHelpController base header
+// Author: wxWidgets Team
+// Modified by:
+// Created:
+// Copyright: (c) wxWidgets Team
+// RCS-ID: $Id$
+// Licence: wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
#ifndef _WX_HELP_H_BASE_
#define _WX_HELP_H_BASE_
+#include "wx/defs.h"
+
#if wxUSE_HELP
#include "wx/helpbase.h"
#include "wx/msw/wince/helpwce.h"
#define wxHelpController wxWinceHelpController
-#elif defined(__PALMOS__)
+#elif defined(__WXPALMOS__)
#include "wx/palmos/help.h"
#define wxHelpController wxPalmHelpController