From 717c8bc7950c2f0eabcdbc7437f47289f6b227b5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 19 Nov 2004 02:35:48 +0000 Subject: r3869: in the NDR encoded replPropertyMetaData attribute in ADS I see a new 64 bit time field which are seconds since 1601, this will be mapped to NTTIME by th eparsing code +#define NTTIME_1sec NTTIME metze (This used to be commit db35f3b0f99943311ff8b797e8336616dab28220) --- source4/build/pidl/util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build') diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm index bddce57740..4f4a0d8b6e 100644 --- a/source4/build/pidl/util.pm +++ b/source4/build/pidl/util.pm @@ -207,7 +207,7 @@ sub is_scalar_type($) if ($type =~ /^u?int\d+/) { return 1; } - if ($type =~ /char|short|long|NTTIME| + if ($type =~ /char|short|long|NTTIME|NTTIME_1sec| time_t|error_status_t|boolean32|unsigned32| HYPER_T|wchar_t|DATA_BLOB|WERROR/x) { return 1; -- cgit