]>
Commit | Line | Data |
---|---|---|
13e24d79 VS |
1 | ////////////////////////////////////////////////////////////////////////////// |
2 | // Name: wx/wxchar.h | |
3 | // Purpose: Declarations common to wx char/wchar_t usage (wide chars) | |
e9670814 | 4 | // Author: Joel Farley, Ove Kåven |
13e24d79 VS |
5 | // Modified by: Vadim Zeitlin, Robert Roebling, Ron Lee |
6 | // Created: 1998/06/12 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) 1998-2006 wxWidgets dev team | |
9 | // Licence: wxWindows licence | |
10 | /////////////////////////////////////////////////////////////////////////////// | |
e35d0039 JS |
11 | |
12 | #ifndef _WX_WXCHAR_H_ | |
13 | #define _WX_WXCHAR_H_ | |
14 | ||
3a3dde0d VS |
15 | // This header used to define CRT functions wrappers in wxWidgets 2.8. This is |
16 | // now done in (headers included by) wx/crt.h, so include it for compatibility: | |
17 | #include "wx/crt.h" | |
dcb68102 | 18 | |
34cbe514 | 19 | #endif /* _WX_WXCHAR_H_ */ |