[ros-diffs] [pschweitzer] 34860: Fixed some kernel exports

pschweitzer at svn.reactos.org pschweitzer at svn.reactos.org
Sun Jul 27 23:19:16 CEST 2008


Author: pschweitzer
Date: Sun Jul 27 16:19:15 2008
New Revision: 34860

URL: http://svn.reactos.org/svn/reactos?rev=34860&view=rev
Log:
Fixed some kernel exports

Modified:
    branches/pierre-fsd/ntoskrnl/ntoskrnl_arm.def
    branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def

Modified: branches/pierre-fsd/ntoskrnl/ntoskrnl_arm.def
URL: http://svn.reactos.org/svn/reactos/branches/pierre-fsd/ntoskrnl/ntoskrnl_arm.def?rev=34860&r1=34859&r2=34860&view=diff
==============================================================================
--- branches/pierre-fsd/ntoskrnl/ntoskrnl_arm.def [iso-8859-1] (original)
+++ branches/pierre-fsd/ntoskrnl/ntoskrnl_arm.def [iso-8859-1] Sun Jul 27 16:19:15 2008
@@ -187,10 +187,10 @@
 FsRtlDeleteKeyFromTunnelCache
 FsRtlDeleteTunnelCache
 FsRtlDeregisterUncProvider
-FsRtlDissectDbcs
-FsRtlDissectName
-FsRtlDoesDbcsContainWildCards
-FsRtlDoesNameContainWildCards
+FsRtlDissectDbcs at 16
+FsRtlDissectName at 16
+FsRtlDoesDbcsContainWildCards at 4
+FsRtlDoesNameContainWildCards at 4
 FsRtlFastCheckLockForRead
 FsRtlFastCheckLockForWrite
 FsRtlFastUnlockAll

Modified: branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def
URL: http://svn.reactos.org/svn/reactos/branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def?rev=34860&r1=34859&r2=34860&view=diff
==============================================================================
--- branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def [iso-8859-1] (original)
+++ branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def [iso-8859-1] Sun Jul 27 16:19:15 2008
@@ -204,9 +204,9 @@
 FsRtlDeleteKeyFromTunnelCache
 FsRtlDeleteTunnelCache
 FsRtlDeregisterUncProvider
-FsRtlDissectDbcs
+FsRtlDissectDbcs at 16
 FsRtlDissectName at 16
-FsRtlDoesDbcsContainWildCards
+FsRtlDoesDbcsContainWildCards at 4
 FsRtlDoesNameContainWildCards at 4
 FsRtlFastCheckLockForRead
 FsRtlFastCheckLockForWrite



More information about the Ros-diffs mailing list