summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-04-07 15:46:05 +0200
committerGünther Deschner <gd@samba.org>2015-03-13 23:58:07 +0100
commit9564a1f2958dc2d762a7506dc8c24fb9b7991274 (patch)
tree927e5694f982b4e213bb107cee88aba169108473 /pidl
parenta22246516ae591f46de94d8a001f016d05c2043a (diff)
downloadsamba-9564a1f2958dc2d762a7506dc8c24fb9b7991274.tar.gz
pidl: support HRESULT in pidl.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'pidl')
-rw-r--r--pidl/lib/Parse/Pidl/Typelist.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Typelist.pm b/pidl/lib/Parse/Pidl/Typelist.pm
index 06c0d58d919..774554f093b 100644
--- a/pidl/lib/Parse/Pidl/Typelist.pm
+++ b/pidl/lib/Parse/Pidl/Typelist.pm
@@ -60,6 +60,7 @@ my %scalars = (
"NTTIME_1sec" => "NTTIME",
"NTTIME_hyper" => "NTTIME",
"WERROR" => "WERROR",
+ "HRESULT" => "HRESULT",
"NTSTATUS" => "NTSTATUS",
"COMRESULT" => "COMRESULT",
"dns_string" => "const char *",
@@ -83,7 +84,6 @@ my %aliases = (
"long" => "int32",
"short" => "int16",
"HYPER_T" => "hyper",
- "HRESULT" => "COMRESULT",
"mode_t" => "uint32",
);