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