e8b591249e
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 lines
335 B
C
17 lines
335 B
C
#ifndef _WX_HELP_H_BASE_
|
|
#define _WX_HELP_H_BASE_
|
|
|
|
#include "wx/helpbase.h"
|
|
|
|
#ifdef __WXMSW__
|
|
#include "wx/msw/helpwin.h"
|
|
|
|
#define wxHelpController wxWinHelpController
|
|
#define sm_classwxHelpController sm_classwxWinHelpController
|
|
#else // !MSW
|
|
#include "wx/helpbase.h"
|
|
#endif // MSW/!MSW
|
|
|
|
#endif
|
|
// _WX_HELP_H_BASE_
|