diff options
Diffstat (limited to 'libg++/libstdc++/std/cwchar.h')
-rw-r--r-- | libg++/libstdc++/std/cwchar.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libg++/libstdc++/std/cwchar.h b/libg++/libstdc++/std/cwchar.h new file mode 100644 index 0000000..1674c12 --- /dev/null +++ b/libg++/libstdc++/std/cwchar.h @@ -0,0 +1,7 @@ +// The -*- C++ -*- wide character header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CWCHAR__ +#define __CWCHAR__ +#include <wchar.h> +#endif |