mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Comment only; error in Microsoft documentation.
This commit is contained in:
parent
2945c0a89e
commit
dce7e5cf8e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user