helpwin.h 558 B

123456789101112131415161718192021
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: wx/helpwin.h
  3. // Purpose: Includes Windows or OS/2 help
  4. // Author: Julian Smart
  5. // Modified by:
  6. // Created:
  7. // Copyright: (c) Julian Smart
  8. // Licence: wxWindows licence
  9. /////////////////////////////////////////////////////////////////////////////
  10. #ifndef _WX_HELPWIN_H_BASE_
  11. #define _WX_HELPWIN_H_BASE_
  12. #if defined(__WXMSW__)
  13. #include "wx/msw/helpwin.h"
  14. #elif defined(__WXPM__)
  15. #include "wx/os2/helpwin.h"
  16. #endif
  17. #endif
  18. // _WX_HELPWIN_H_BASE_