diff options
-rw-r--r-- | pidl/lib/Parse/Pidl/Typelist.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pidl/lib/Parse/Pidl/Typelist.pm b/pidl/lib/Parse/Pidl/Typelist.pm index 4f26a92ed2..06c0d58d91 100644 --- a/pidl/lib/Parse/Pidl/Typelist.pm +++ b/pidl/lib/Parse/Pidl/Typelist.pm @@ -84,6 +84,7 @@ my %aliases = ( "short" => "int16", "HYPER_T" => "hyper", "HRESULT" => "COMRESULT", + "mode_t" => "uint32", ); sub expandAlias($) |