]>
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 | |
ed5317e5 | 6 | // Copyright: (c) Julian Smart |
65571936 | 7 | // Licence: wxWindows licence |
ed5317e5 JS |
8 | /////////////////////////////////////////////////////////////////////////////// |
9 | ||
10 | // ---------------------------------------------------------------------------- | |
11 | // headers | |
12 | // ---------------------------------------------------------------------------- | |
13 | ||
ed5317e5 JS |
14 | #include "wx/wxprec.h" |
15 | ||
16 | #ifdef __BORLANDC__ | |
17 | #pragma hdrstop | |
18 | #endif | |
19 | ||
20 | #if wxUSE_ACCESSIBILITY | |
21 | ||
22 | #include "wx/access.h" | |
23 | ||
24 | #endif | |
25 |