reactos/lib/oleaut32
diff -u -r1.3 -r1.4
--- oleaut.c 29 Feb 2004 12:12:18 -0000 1.3
+++ oleaut.c 1 Mar 2004 22:45:23 -0000 1.4
@@ -92,8 +92,7 @@
* calculated by lstrlenW(), since it returns the length that was used to
* allocate the string by SysAllocStringLen().
*/
-unsigned/*FIXME: wrong return type of SysStringLen() in WINE header */
-int WINAPI SysStringLen(BSTR str)
+UINT WINAPI SysStringLen(BSTR str)
{
DWORD* bufferPointer;
@@ -123,8 +122,7 @@
* NOTES
* See SysStringLen(), BSTR().
*/
-unsigned/*FIXME: wrong return type of SysStringLen() in WINE header */
-int WINAPI SysStringByteLen(BSTR str)
+UINT WINAPI SysStringByteLen(BSTR str)
{
DWORD* bufferPointer;