fixed compiling problems

svn path=/trunk/; revision=7992
This commit is contained in:
Thomas Bluemel 2004-02-02 15:10:00 +00:00
parent e61405acd5
commit a21e7f7e43
2 changed files with 2 additions and 23 deletions

View file

@ -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 * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel * PROJECT: ReactOS kernel
@ -21,7 +21,7 @@
extern PUSHORT NlsUnicodeUpcaseTable; extern PUSHORT NlsUnicodeUpcaseTable;
extern PUSHORT NlsUnicodeLowercaseTable; extern PUSHORT NlsUnicodeLowercaseTable;
WCHAR RtlDowncaseUnicodeChar(IN WCHAR Source); WCHAR STDCALL RtlDowncaseUnicodeChar(IN WCHAR Source);
/* FUNCTIONS *****************************************************************/ /* FUNCTIONS *****************************************************************/

View file

@ -219,27 +219,6 @@ NTSTATUS STDCALL RtlFindCharInUnicodeString(
return(FALSE); return(FALSE);
} }
/*
* @unimplemented
*/
CCHAR STDCALL
RtlFindLeastSignificantBit (ULONGLONG ulLong)
{
return(FALSE);
}
/*
* @unimplemented
*/
CCHAR STDCALL
RtlFindMostSignificantBit (ULONGLONG ulLong)
{
return(FALSE);
}
/* /*
* @unimplemented * @unimplemented
*/ */