]> git.saurik.com Git - wxWidgets.git/blob - include/wx/wxchar.h
split wxchar.h into several smaller headers
[wxWidgets.git] / include / wx / wxchar.h
1 /*
2 * Name: wx/wxchar.h
3 * Purpose: Declarations common to wx char/wchar_t usage (wide chars)
4 * Author: Joel Farley, Ove Kåven
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 */
11
12 /* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
13
14 #ifndef _WX_WXCHAR_H_
15 #define _WX_WXCHAR_H_
16
17 /* include wxChar type definition: */
18 #include "wx/chartype.h"
19
20 /* and wrappers for CRT functions: */
21 #include "wx/wxcrt.h"
22
23 #endif /* _WX_WXCHAR_H_ */