split wxchar.h into several smaller headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-03-19 14:45:38 +00:00
parent dd0ef3324b
commit e3f6cbd99c
16 changed files with 1781 additions and 1733 deletions

View File

@@ -14,7 +14,7 @@
#define _WX_STRCONV_H_
#include "wx/defs.h"
#include "wx/wxchar.h"
#include "wx/chartype.h"
#include "wx/buffer.h"
#ifdef __DIGITALMARS__