summaryrefslogtreecommitdiff
path: root/source4/build/pidl/util.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/pidl/util.pm')
-rw-r--r--source4/build/pidl/util.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm
index d6c493398c..267cf36fef 100644
--- a/source4/build/pidl/util.pm
+++ b/source4/build/pidl/util.pm
@@ -181,7 +181,7 @@ sub is_scalar_type($)
return 1, if ($type eq "uint8");
return 1, if ($type eq "uint16");
return 1, if ($type eq "NTTIME");
- return 1, if ($type eq "hyper");
+ return 1, if ($type eq "HYPER_T");
return 1, if ($type eq "wchar_t");
return 0;
@@ -205,7 +205,7 @@ sub type_align($)
return 1, if ($type eq "uint8");
return 2, if ($type eq "uint16");
return 4, if ($type eq "NTTIME");
- return 8, if ($type eq "hyper");
+ return 8, if ($type eq "HYPER_T");
return 2, if ($type eq "wchar_t");
return 0;