From 9564a1f2958dc2d762a7506dc8c24fb9b7991274 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 7 Apr 2014 15:46:05 +0200 Subject: [PATCH] pidl: support HRESULT in pidl. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Stefan Metzmacher --- pidl/lib/Parse/Pidl/Typelist.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pidl/lib/Parse/Pidl/Typelist.pm b/pidl/lib/Parse/Pidl/Typelist.pm index 06c0d58d9197..774554f093bd 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", ); -- 2.34.1