From 3c3fb798fd916a2f03d313c260720f9e0d59595a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 9 Dec 2001 06:12:51 +0000 Subject: wchar_t is a scalar. (This used to be commit 79e56e719cec28373c117efa33e8924470ffcdcf) --- source4/build/pidl/eparser.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build/pidl/eparser.pm') 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; } -- cgit