]>
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
7 // Copyright: (c) 1998-2006 wxWidgets dev team
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
14 // This header used to define CRT functions wrappers in wxWidgets 2.8. This is
15 // now done in (headers included by) wx/crt.h, so include it for compatibility:
18 #endif /* _WX_WXCHAR_H_ */