update for HEAD-2002110701
[reactos.git] / include / crtdll / wchar.h
1 /*
2  * wchar.h
3  *
4  * Defines of all functions for supporting wide characters. Actually it
5  * just includes all those headers, which is not a good thing to do from a
6  * processing time point of view, but it does mean that everything will be
7  * in sync.
8  *
9  * This file is part of the Mingw32 package.
10  *
11  *  THIS SOFTWARE IS NOT COPYRIGHTED
12  *
13  *  This source code is offered for use in the public domain. You may
14  *  use, modify or distribute it freely.
15  *
16  *  This code is distributed in the hope that it will be useful but
17  *  WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
18  *  DISCLAMED. This includes but is not limited to warranties of
19  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20  *
21  * $Revision$
22  * $Author$
23  * $Date$
24  *
25  */
26
27 #include <crtdll/ctype.h>
28 #include <crtdll/stdio.h>
29 #include <crtdll/stdlib.h>
30 #include <crtdll/string.h>
31 #include <crtdll/time.h>
32