resolve SysStringLen FIXME

svn path=/trunk/; revision=8500
This commit is contained in:
Martin Fuchs 2004-03-01 22:45:23 +00:00
parent 7be7923e1a
commit 897ccf0b08

View file

@ -92,8 +92,7 @@ HMODULE OLEAUT32_hModule = NULL;
* calculated by lstrlenW(), since it returns the length that was used to * calculated by lstrlenW(), since it returns the length that was used to
* allocate the string by SysAllocStringLen(). * allocate the string by SysAllocStringLen().
*/ */
unsigned/*FIXME: wrong return type of SysStringLen() in WINE header */ UINT WINAPI SysStringLen(BSTR str)
int WINAPI SysStringLen(BSTR str)
{ {
DWORD* bufferPointer; DWORD* bufferPointer;
@ -123,8 +122,7 @@ int WINAPI SysStringLen(BSTR str)
* NOTES * NOTES
* See SysStringLen(), BSTR(). * See SysStringLen(), BSTR().
*/ */
unsigned/*FIXME: wrong return type of SysStringLen() in WINE header */ UINT WINAPI SysStringByteLen(BSTR str)
int WINAPI SysStringByteLen(BSTR str)
{ {
DWORD* bufferPointer; DWORD* bufferPointer;