From a21e7f7e43ed68b55ac0c869634bbc61a813bd8d Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Mon, 2 Feb 2004 15:10:00 +0000 Subject: [PATCH] fixed compiling problems svn path=/trunk/; revision=7992 --- reactos/lib/ntdll/rtl/unicode.c | 4 ++-- reactos/lib/ntdll/stubs/stubs.c | 21 --------------------- 2 files changed, 2 insertions(+), 23 deletions(-) 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 */