I would've hoped the ARM guys made it painfully clear by now that ARM
functions do not have @xx appended to their names...
Author: ros-arm-bringup
Date: Sun Jul 27 00:37:54 2008
New Revision: 34820
URL:
http://svn.reactos.org/svn/reactos?rev=34820&view=rev
Log:
- Stop adding those damn @ decorations to ARM builds.
Among many others...
On 27-Jul-08, at 2:19 PM, pschweitzer(a)svn.reactos.org wrote:
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_ar…
=
=
=
=
=
=
=
=
======================================================================
--- 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@16
+FsRtlDissectName@16
+FsRtlDoesDbcsContainWildCards@4
+FsRtlDoesNameContainWildCards@4
FsRtlFastCheckLockForRead
FsRtlFastCheckLockForWrite
FsRtlFastUnlockAll
Modified: branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def
URL:
http://svn.reactos.org/svn/reactos/branches/pierre-fsd/ntoskrnl/ntoskrnl_i3…
=
=
=
=
=
=
=
=
======================================================================
--- 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@16
FsRtlDissectName@16
-FsRtlDoesDbcsContainWildCards
+FsRtlDoesDbcsContainWildCards@4
FsRtlDoesNameContainWildCards@4
FsRtlFastCheckLockForRead
FsRtlFastCheckLockForWrite
Best regards,
Alex Ionescu