Statistics
| Revision:

svn-gvsig-desktop / trunk / install / launcher / izpack-launcher-1.3_linux / src / wx / include / wx / helpwin.h @ 6834

History | View | Annotate | Download (576 Bytes)

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 6834 2006-08-24 08:23:24Z jmvivo $
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_