home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / include / wx / helpwin.h < prev    next >
C/C++ Source or Header  |  1999-08-02  |  213b  |  12 lines

  1. #ifndef _WX_HELPWIN_H_BASE_
  2. #define _WX_HELPWIN_H_BASE_
  3.  
  4. #if defined(__WXMSW__)
  5. #include "wx/msw/helpwin.h"
  6. #elif defined(__WXPM__)
  7. #include "wx/os2/helpwin.h"
  8. #endif
  9.  
  10. #endif
  11.     // _WX_HELPWIN_H_BASE_
  12.