2005-05-04 14:57:50 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2011-03-19 20:14:35 -04:00
|
|
|
// Name: wx/helpwin.h
|
2005-05-04 14:57:50 -04:00
|
|
|
// Purpose: Includes Windows or OS/2 help
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1998-08-14 20:23:28 -04:00
|
|
|
#ifndef _WX_HELPWIN_H_BASE_
|
|
|
|
#define _WX_HELPWIN_H_BASE_
|
1998-05-20 10:01:55 -04:00
|
|
|
|
1999-08-02 00:44:01 -04:00
|
|
|
#if defined(__WXMSW__)
|
1998-05-20 10:01:55 -04:00
|
|
|
#include "wx/msw/helpwin.h"
|
1999-08-02 00:44:01 -04:00
|
|
|
#endif
|
1998-05-20 10:01:55 -04:00
|
|
|
|
|
|
|
#endif
|
1998-08-14 20:23:28 -04:00
|
|
|
// _WX_HELPWIN_H_BASE_
|