mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
removed stubs for memcpy,RtlTimeFieldsToTime,RtlTimeTotimeFields
svn path=/trunk/; revision=242
This commit is contained in:
parent
edabb16494
commit
32835c2a47
1 changed files with 0 additions and 3 deletions
|
@ -329,11 +329,9 @@ STUB(RtlSubAuthoritySid)
|
||||||
STUB(RtlSubtreePredecessor)
|
STUB(RtlSubtreePredecessor)
|
||||||
STUB(RtlSubtreeSuccessor)
|
STUB(RtlSubtreeSuccessor)
|
||||||
STUB(RtlSystemTimeToLocalTime)
|
STUB(RtlSystemTimeToLocalTime)
|
||||||
STUB(RtlTimeFieldsToTime)
|
|
||||||
STUB(RtlTimeToElapsedTimeFields)
|
STUB(RtlTimeToElapsedTimeFields)
|
||||||
STUB(RtlTimeToSecondsSince1970)
|
STUB(RtlTimeToSecondsSince1970)
|
||||||
STUB(RtlTimeToSecondsSince1980)
|
STUB(RtlTimeToSecondsSince1980)
|
||||||
STUB(RtlTimeToTimeFields)
|
|
||||||
STUB(RtlTryEnterCriticalSection)
|
STUB(RtlTryEnterCriticalSection)
|
||||||
STUB(RtlUnicodeStringToAnsiSize)
|
STUB(RtlUnicodeStringToAnsiSize)
|
||||||
STUB(RtlUnicodeStringToCountedOemString)
|
STUB(RtlUnicodeStringToCountedOemString)
|
||||||
|
@ -555,7 +553,6 @@ STUB(log)
|
||||||
STUB(mbstowcs)
|
STUB(mbstowcs)
|
||||||
STUB(memchr)
|
STUB(memchr)
|
||||||
STUB(memcmp)
|
STUB(memcmp)
|
||||||
STUB(memcpy)
|
|
||||||
STUB(memmove)
|
STUB(memmove)
|
||||||
STUB(memset)
|
STUB(memset)
|
||||||
STUB(pow)
|
STUB(pow)
|
||||||
|
|
Loading…
Reference in a new issue