oleaut: Simplify missing argument handling in ITypeInfo::Invoke.
commit0f8db3fecac4ef1b8d30d571832d7b80aa319fc6
authorRobert Shearman <rob@codeweavers.com>
Mon, 16 Jan 2006 19:43:20 +0000 (16 20:43 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 16 Jan 2006 19:43:20 +0000 (16 20:43 +0100)
tree2b1513082cbdeb16597df2ddeaa7444763ee5531
parente7187ff31f047f4d64d81edd5f8be84e2c7ab6e5
oleaut: Simplify missing argument handling in ITypeInfo::Invoke.
Simplify missing argument handling by pre-allocating an array of the
maximum number of missing arguments there could be.
dlls/oleaut32/typelib.c