Files
haiku-beta6/headers/posix/wchar_t.h
T

16 lines
269 B
C
Raw Normal View History

2002-10-23 18:47:12 +00:00
/*
* Copyright (C) 2002 Marcus Overhagen
* All rights reserved.
*
* Distributed under the terms of the MIT license
*/
#ifndef _WCHAR_T_H
#define _WCHAR_T_H
#if !defined(__cplusplus) || __GNUC__ < 3
2002-10-23 18:47:12 +00:00
typedef unsigned short wchar_t;
#endif
2002-10-23 18:47:12 +00:00
#endif /* _WCHAR_T_H */