Commit dce7e5cf authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

Comment only; error in Microsoft documentation.

parent 2945c0a8
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment