<<diff42.txt>>
Bill Medland (medbi01@accpac.com) Comment only; Error in Microsoft documentation Index: wine/dlls/oleaut32/ole2disp.c =================================================================== RCS file: /home/wine/wine/dlls/oleaut32/ole2disp.c,v retrieving revision 1.21 diff -u -r1.21 ole2disp.c --- wine/dlls/oleaut32/ole2disp.c 2001/12/20 00:19:40 1.21 +++ wine/dlls/oleaut32/ole2disp.c 2002/01/10 13:53:59 @@ -72,6 +72,10 @@ /****************************************************************************** * SysAllocString [OLEAUT32.2] + * + * MSDN (October 2001) states that this returns a NULL value if the argument + * is a zero-length string. This does not appear to be true; certainly it + * returns a value under Win98 (Oleaut32.dll Ver 2.40.4515.0) */ BSTR WINAPI SysAllocString(LPCOLESTR in) {