mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
- Enable telnet, and tftpd.
- re-add some missing ntdll exports. - export ctime64, its available. svn path=/branches/ros-amd64-bringup/; revision=44125
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
<directory name="route">
|
||||
<xi:include href="route/route.rbuild" />
|
||||
</directory>
|
||||
<!-- directory name="telnet">
|
||||
<directory name="telnet">
|
||||
<xi:include href="telnet/telnet.rbuild" />
|
||||
</directory -->
|
||||
</directory>
|
||||
<directory name="tracert">
|
||||
<xi:include href="tracert/tracert.rbuild" />
|
||||
</directory>
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
<directory name="telnetd">
|
||||
<xi:include href="telnetd/telnetd.rbuild" />
|
||||
</directory>
|
||||
<directory name="tftpd">
|
||||
<xi:include href="tftpd/tftpd.rbuild" />
|
||||
</directory>
|
||||
<directory name="tftpd">
|
||||
<xi:include href="tftpd/tftpd.rbuild" />
|
||||
</directory>
|
||||
<directory name="umpnpmgr">
|
||||
<xi:include href="umpnpmgr/umpnpmgr.rbuild" />
|
||||
</directory>
|
||||
|
||||
@@ -648,6 +648,7 @@ RtlComputeCrc32
|
||||
;RtlConsoleMultiByteToUnicodeN
|
||||
RtlConvertExclusiveToShared
|
||||
;RtlConvertLCIDToString
|
||||
RtlConvertUlongToLargeInteger
|
||||
RtlConvertSharedToExclusive
|
||||
RtlConvertSidToUnicodeString
|
||||
;RtlConvertToAutoInheritSecurityObject
|
||||
@@ -934,11 +935,13 @@ RtlIsGenericTableEmptyAvl
|
||||
RtlIsNameLegalDOS8Dot3
|
||||
;RtlIsNormalizedString
|
||||
RtlIsTextUnicode
|
||||
;RtlIsThreadWithinLoaderCallout
|
||||
RtlIsThreadWithinLoaderCallout
|
||||
RtlIsValidHandle
|
||||
RtlIsValidIndexHandle
|
||||
;RtlIsValidLocaleName
|
||||
;RtlLCIDToCultureName
|
||||
RtlLargeIntegerSubtract
|
||||
RtlLargeIntegerDivide
|
||||
RtlLargeIntegerToChar
|
||||
;RtlLcidToLocaleName
|
||||
RtlLeaveCriticalSection
|
||||
|
||||
@@ -232,7 +232,7 @@ EXPORTS
|
||||
; _cputws @226
|
||||
_creat @227
|
||||
_cscanf @228
|
||||
; _ctime64 @229
|
||||
_ctime64 @229
|
||||
_ctype @230 DATA
|
||||
_cwait @231
|
||||
; _cwprintf @232
|
||||
|
||||
Reference in New Issue
Block a user