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

@@ -36,9 +36,9 @@
#ifdef WX_PRECOMP
// include "wx/wxchar.h" first to ensure that UNICODE macro is correctly set
// include "wx/chartype.h" first to ensure that UNICODE macro is correctly set
// _before_ including <windows.h>
#include "wx/wxchar.h"
#include "wx/chartype.h"
// include standard Windows headers
#if defined(__WXMSW__)