wxWidgets/include/wx/help.h
Vadim Zeitlin e8b591249e help classes compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-07-24 23:12:39 +00:00

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_