]>
Commit | Line | Data |
---|---|---|
ed5317e5 JS |
1 | /////////////////////////////////////////////////////////////////////////////// |
2 | // Name: common/accesscmn.cpp | |
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 | ||
14f355c2 | 15 | #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) |
ed5317e5 JS |
16 | #pragma implementation "accessbase.h" |
17 | #endif | |
18 | ||
19 | #include "wx/wxprec.h" | |
20 | ||
21 | #ifdef __BORLANDC__ | |
22 | #pragma hdrstop | |
23 | #endif | |
24 | ||
25 | #if wxUSE_ACCESSIBILITY | |
26 | ||
27 | #include "wx/access.h" | |
28 | ||
29 | #endif | |
30 |