2005-05-04 18:57:50 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: helpwin.h
|
|
|
|
// Purpose: Includes Windows or OS/2 help
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
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_
|