]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/wxchar.h
1 //////////////////////////////////////////////////////////////////////////////
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
8 // Copyright: (c) 1998-2006 wxWidgets dev team
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
15 // include wxChar type definition:
16 #include "wx/chartype.h"
18 // and wrappers for CRT functions:
20 #include "wx/wxcrtvararg.h"
22 #endif /* _WX_WXCHAR_H_ */