mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Removed string functions from native system calls and removed binary from
repository svn path=/trunk/; revision=122
This commit is contained in:
parent
7e398d4e22
commit
43c24d3654
2 changed files with 0 additions and 18 deletions
Binary file not shown.
|
@ -208,21 +208,3 @@ NtReplyWaitSendChannel ZwReplyWaitSendChannel 12
|
|||
NtSendWaitReplyChannel ZwSendWaitReplyChannel 16
|
||||
NtSetContextChannel ZwSetContextChannel 4
|
||||
NtYieldExecution ZwYieldExecution 0
|
||||
wcscat Rtlwcscat 8
|
||||
wcschr Rtlwcschr 8
|
||||
wcscmp Rtlwcscmp 8
|
||||
wcscpy Rtlwcscpy 8
|
||||
wcscspn Rtlwcscspn 8
|
||||
wcsicmp Rtlwcsicmp 8
|
||||
wcslen Rtlwcslen 4
|
||||
wcsncat Rtlwcsncat 12
|
||||
wcsncmp Rtlwcsncmp 12
|
||||
wcsncpy Rtlwcsncpy 12
|
||||
wcsnicmp Rtlwcsnicmp 12
|
||||
wcsnlen Rtlwcsnlen 8
|
||||
wcspbrk Rtlwcspbrk 8
|
||||
wcsrchr Rtlwcsrchr 8
|
||||
wcsspn Rtlwcsspn 8
|
||||
wcsstr Rtlwcsstr 8
|
||||
wcstok Rtlwcstok 8
|
||||
wstrlen Rtlwstrlen 4
|
||||
|
|
Loading…
Reference in a new issue