Oleaut32 3

Dimitrie O. Paun dimi at intelliware.ca
Mon Oct 6 09:52:48 CDT 2003


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.





More information about the wine-devel mailing list