1998-08-15 00:23:28 +00:00
|
|
|
#ifndef _WX_HELPWIN_H_BASE_
|
|
|
|
#define _WX_HELPWIN_H_BASE_
|
1998-05-20 14:01:55 +00:00
|
|
|
|
1999-08-02 04:44:01 +00:00
|
|
|
#if defined(__WXMSW__)
|
1998-05-20 14:01:55 +00:00
|
|
|
#include "wx/msw/helpwin.h"
|
1999-08-02 04:44:01 +00:00
|
|
|
#elif defined(__WXPM__)
|
|
|
|
#include "wx/os2/helpwin.h"
|
|
|
|
#endif
|
1998-05-20 14:01:55 +00:00
|
|
|
|
|
|
|
#endif
|
1998-08-15 00:23:28 +00:00
|
|
|
// _WX_HELPWIN_H_BASE_
|