On Mon, 6 Oct 2003, Jon Griffiths wrote:

> Hi,
> 
> Part 3 of oleaut32 updates.

Hi Jon,

Cool stuff, but I don't understand why we have all these forwards:

+HRESULT WINAPI VarDecFromUI1(BYTE bIn, DECIMAL* pDecOut)
+{
+  return _VarDecFromUI1(bIn, pDecOut);
+}


We don't seem to pass any additional info to _VarDecFromUI1, why not
simply get rid of it, and implement stuff in the real VarDecFromUI1?

-- 
Dimi.



Reply via email to