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