summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/build/pidl/eparser.pm1
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;
}