1/////////////////////////////////////////////////////////////////////////////
2// Name:        helpwin.h
3// Purpose:     Includes Windows or OS/2 help
4// Author:      Julian Smart
5// Modified by:
6// Created:
7// RCS-ID:      $Id: helpwin.h 33948 2005-05-04 18:57:50Z JS $
8// Copyright:   (c) Julian Smart
9// Licence:     wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
12#ifndef _WX_HELPWIN_H_BASE_
13#define _WX_HELPWIN_H_BASE_
14
15#if defined(__WXMSW__)
16#include "wx/msw/helpwin.h"
17#elif defined(__WXPM__)
18#include "wx/os2/helpwin.h"
19#endif
20
21#endif
22    // _WX_HELPWIN_H_BASE_
23