Oops, forgot a )
Reported by: maintainer
This commit is contained in:
parent
560b355b7c
commit
955eaac86b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137071
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#if defined(_WIN32)
|
||||
# define WCHAR_TYPE_SIZE 2
|
||||
-#elif (defined(__linux) || defined(__FreeBSD__)) && (defined(__i386) || defined(__x86_64) || defined(__sparc)) \
|
||||
+#elif (defined(__linux) || defined(__FreeBSD__)) && (defined(__i386) || defined(__x86_64) || defined(__sparc) || defined(__alpha__) || defined(__powerpc__) \
|
||||
+#elif (defined(__linux) || defined(__FreeBSD__)) && (defined(__i386) || defined(__x86_64) || defined(__sparc) || defined(__alpha__) || defined(__powerpc__)) \
|
||||
|| defined (__sun) || defined(__hpux) || defined(__APPLE__) || defined(_AIX)
|
||||
# define WCHAR_TYPE_SIZE 4
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue