]>
Commit | Line | Data |
---|---|---|
ed5317e5 | 1 | /////////////////////////////////////////////////////////////////////////////// |
80fdcdb9 | 2 | // Name: src/common/accesscmn.cpp |
ed5317e5 JS |
3 | // Author: Julian Smart |
4 | // Modified by: | |
5 | // Created: 2003-02-12 | |
6 | // RCS-ID: $Id$ | |
7 | // Copyright: (c) Julian Smart | |
65571936 | 8 | // Licence: wxWindows licence |
ed5317e5 JS |
9 | /////////////////////////////////////////////////////////////////////////////// |
10 | ||
11 | // ---------------------------------------------------------------------------- | |
12 | // headers | |
13 | // ---------------------------------------------------------------------------- | |
14 | ||
ed5317e5 JS |
15 | #include "wx/wxprec.h" |
16 | ||
17 | #ifdef __BORLANDC__ | |
18 | #pragma hdrstop | |
19 | #endif | |
20 | ||
21 | #if wxUSE_ACCESSIBILITY | |
22 | ||
23 | #include "wx/access.h" | |
24 | ||
25 | #endif | |
26 |