]>
Commit | Line | Data |
---|---|---|
1 | ///////////////////////////////////////////////////////////////////////////// | |
2 | // Name: utils.cpp | |
3 | // Purpose: Various utilities | |
4 | // Author: Julian Smart | |
5 | // Modified by: | |
6 | // Created: 17/09/98 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) Julian Smart | |
9 | // Licence: wxWindows licence | |
10 | ///////////////////////////////////////////////////////////////////////////// | |
11 | ||
12 | // ============================================================================ | |
13 | // declarations | |
14 | // ============================================================================ | |
15 | ||
16 | // ---------------------------------------------------------------------------- | |
17 | // headers | |
18 | // ---------------------------------------------------------------------------- | |
19 | ||
20 | #include "wx/setup.h" | |
21 | ||
22 | #ifdef __VMS | |
23 | #define XtDisplay XTDISPLAY | |
24 | #include "[-.x11]utils.cpp" | |
25 | #else | |
26 | ||
27 | #include "../src/x11/utils.cpp" | |
28 | #endif | |
29 | //#error no longer needed - wxX11 utils.cpp used instead | |
30 |