diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-01 14:46:11 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-01 14:46:11 +0000 |
| commit | 0a4c54d6060ab057c86d65be24cf6032e7436670 (patch) | |
| tree | c38d33f19610352734b52f47a0dc5f6af1d13021 /include/stdlib.h | |
| parent | 74b229cb2bed914e113660d088051be8efe9bbf0 (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 93cf122b92e5..3ed07f398b47 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -51,7 +51,7 @@ typedef __size_t size_t; #ifndef __cplusplus #ifndef _WCHAR_T_DECLARED -typedef __wchar_t wchar_t; +typedef ___wchar_t wchar_t; #define _WCHAR_T_DECLARED #endif #endif |
