sortix-mirror/libmaxsi/decl/wchar_t.h
Jonas 'Sortie' Termansen 9b79673dcb Initial version of Sortix.
2011-08-05 14:25:00 +02:00

7 lines
111 B
C

#ifndef _WCHAR_T_DECL
#define _WCHAR_T_DECL
#if !defined(__cplusplus)
typedef __wchar_t wchar_t;
#endif
#endif