diff options
Diffstat (limited to 'source4/build/pidl/eparser.pm')
-rw-r--r-- | source4/build/pidl/eparser.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/eparser.pm b/source4/build/pidl/eparser.pm index ba49b39f18..7bcef92da6 100644 --- a/source4/build/pidl/eparser.pm +++ b/source4/build/pidl/eparser.pm @@ -20,6 +20,7 @@ sub is_scalar_type($) return 1, if ($type eq "char"); return 1, if ($type eq "uint16"); return 1, if ($type eq "hyper"); + return 1, if ($type eq "wchar_t"); return 0; } |