1/*
2 * Copyright (C) 2002 Marcus Overhagen
3 * All rights reserved.
4 *
5 * Distributed under the terms of the MIT license
6 */7#ifndef_WCHAR_T_H8#define_WCHAR_T_H910#if !defined(__cplusplus) || __GNUC__ < 311typedefunsignedshortwchar_t;
12#endif1314#endif/* _WCHAR_T_H */1516