From dce7e5cf8e692397be423bd500d7dbab49b01d32 Mon Sep 17 00:00:00 2001 From: Bill Medland <medbi01@accpac.com> Date: Thu, 10 Jan 2002 18:19:29 +0000 Subject: [PATCH] Comment only; error in Microsoft documentation. --- dlls/oleaut32/ole2disp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dlls/oleaut32/ole2disp.c b/dlls/oleaut32/ole2disp.c index fba87602f55..fdec876ef3e 100644 --- a/dlls/oleaut32/ole2disp.c +++ b/dlls/oleaut32/ole2disp.c @@ -72,6 +72,10 @@ BSTR16 WINAPI SysAllocString16(LPCOLESTR16 in) /****************************************************************************** * 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) { -- GitLab