diff --git a/reactos/lib/ntdll/rtl/unicode.c b/reactos/lib/ntdll/rtl/unicode.c index 994b296f6d2..eca8ffd0944 100644 --- a/reactos/lib/ntdll/rtl/unicode.c +++ b/reactos/lib/ntdll/rtl/unicode.c @@ -1,4 +1,4 @@ -/* $Id: unicode.c,v 1.33 2004/01/24 11:59:04 navaraf Exp $ +/* $Id: unicode.c,v 1.34 2004/02/02 15:10:00 weiden Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -21,7 +21,7 @@ extern PUSHORT NlsUnicodeUpcaseTable; extern PUSHORT NlsUnicodeLowercaseTable; -WCHAR RtlDowncaseUnicodeChar(IN WCHAR Source); +WCHAR STDCALL RtlDowncaseUnicodeChar(IN WCHAR Source); /* FUNCTIONS *****************************************************************/ diff --git a/reactos/lib/ntdll/stubs/stubs.c b/reactos/lib/ntdll/stubs/stubs.c index 2732d502766..013530403e1 100644 --- a/reactos/lib/ntdll/stubs/stubs.c +++ b/reactos/lib/ntdll/stubs/stubs.c @@ -219,27 +219,6 @@ NTSTATUS STDCALL RtlFindCharInUnicodeString( return(FALSE); } - - -/* - * @unimplemented - */ -CCHAR STDCALL -RtlFindLeastSignificantBit (ULONGLONG ulLong) -{ - return(FALSE); -} - -/* - * @unimplemented - */ -CCHAR STDCALL -RtlFindMostSignificantBit (ULONGLONG ulLong) -{ - return(FALSE); -} - - /* * @unimplemented */