update for HEAD-2003021201
[reactos.git] / include / msvcrt / 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  *  DISCLAIMED. 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 #ifndef _WCHAR_H_
28 #define _WCHAR_H_
29
30
31 #include <msvcrt/ctype.h>
32 #include <msvcrt/stdio.h>
33 #include <msvcrt/stdlib.h>
34 #include <msvcrt/string.h>
35 #include <msvcrt/time.h>
36
37
38 #endif /* not _WCHAR_H_ */
39