X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..f5a1953b341d16396763bee067ccdd96108f3aad:/include/wx/help.h diff --git a/include/wx/help.h b/include/wx/help.h index 20cea7fc26..267a4b4d13 100644 --- a/include/wx/help.h +++ b/include/wx/help.h @@ -1,6 +1,19 @@ +///////////////////////////////////////////////////////////////////////////// +// 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" @@ -9,7 +22,7 @@ #include "wx/msw/wince/helpwce.h" #define wxHelpController wxWinceHelpController -#elif defined(__PALMOS__) +#elif defined(__WXPALMOS__) #include "wx/palmos/help.h" #define wxHelpController wxPalmHelpController