2004-02-07 07:51:44 -05:00
|
|
|
|
/*
|
|
|
|
|
* Name: wx/wxchar.h
|
|
|
|
|
* Purpose: Declarations common to wx char/wchar_t usage (wide chars)
|
2006-10-05 07:54:30 -04:00
|
|
|
|
* Author: Joel Farley, Ove K<EFBFBD>ven
|
2004-03-05 12:40:38 -05:00
|
|
|
|
* Modified by: Vadim Zeitlin, Robert Roebling, Ron Lee
|
2004-02-07 07:51:44 -05:00
|
|
|
|
* Created: 1998/06/12
|
|
|
|
|
* RCS-ID: $Id$
|
2006-10-05 07:54:30 -04:00
|
|
|
|
* Copyright: (c) 1998-2006 wxWidgets dev team
|
2004-05-23 16:53:33 -04:00
|
|
|
|
* Licence: wxWindows licence
|
2004-02-07 07:51:44 -05:00
|
|
|
|
*/
|
2003-12-17 14:30:31 -05:00
|
|
|
|
|
|
|
|
|
/* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
|
1999-01-27 05:00:02 -05:00
|
|
|
|
|
|
|
|
|
#ifndef _WX_WXCHAR_H_
|
|
|
|
|
#define _WX_WXCHAR_H_
|
|
|
|
|
|
2007-03-19 10:45:38 -04:00
|
|
|
|
/* include wxChar type definition: */
|
|
|
|
|
#include "wx/chartype.h"
|
2000-07-15 15:51:35 -04:00
|
|
|
|
|
2007-03-19 10:45:38 -04:00
|
|
|
|
/* and wrappers for CRT functions: */
|
|
|
|
|
#include "wx/wxcrt.h"
|
2004-10-07 04:53:48 -04:00
|
|
|
|
|
2003-12-17 14:30:31 -05:00
|
|
|
|
#endif /* _WX_WXCHAR_H_ */
|