<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I would've hoped the ARM guys made it painfully clear by now that ARM functions do not have @xx appended to their names...<div><br></div><div>Author: ros-arm-bringup<br>Date: Sun Jul 27 00:37:54 2008<br>New Revision: 34820<br><br>URL: <a href="http://svn.reactos.org/svn/reactos?rev=34820&view=rev">http://svn.reactos.org/svn/reactos?rev=34820&view=rev</a><br>Log:<br>- Stop adding those damn @ decorations to ARM builds.</div><div><br></div><div>Among many others...</div><div><br><div><div>On 27-Jul-08, at 2:19 PM, <a href="mailto:pschweitzer@svn.reactos.org">pschweitzer@svn.reactos.org</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Author: pschweitzer<br>Date: Sun Jul 27 16:19:15 2008<br>New Revision: 34860<br><br>URL: <a href="http://svn.reactos.org/svn/reactos?rev=34860&view=rev">http://svn.reactos.org/svn/reactos?rev=34860&view=rev</a><br>Log:<br>Fixed some kernel exports<br><br>Modified:<br> branches/pierre-fsd/ntoskrnl/ntoskrnl_arm.def<br> branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def<br><br>Modified: branches/pierre-fsd/ntoskrnl/ntoskrnl_arm.def<br>URL: <a href="http://svn.reactos.org/svn/reactos/branches/pierre-fsd/ntoskrnl/ntoskrnl_arm.def?rev=34860&r1=34859&r2=34860&view=diff">http://svn.reactos.org/svn/reactos/branches/pierre-fsd/ntoskrnl/ntoskrnl_arm.def?rev=34860&r1=34859&r2=34860&view=diff</a><br>==============================================================================<br>--- branches/pierre-fsd/ntoskrnl/ntoskrnl_arm.def [iso-8859-1] (original)<br>+++ branches/pierre-fsd/ntoskrnl/ntoskrnl_arm.def [iso-8859-1] Sun Jul 27 16:19:15 2008<br>@@ -187,10 +187,10 @@<br> FsRtlDeleteKeyFromTunnelCache<br> FsRtlDeleteTunnelCache<br> FsRtlDeregisterUncProvider<br>-FsRtlDissectDbcs<br>-FsRtlDissectName<br>-FsRtlDoesDbcsContainWildCards<br>-FsRtlDoesNameContainWildCards<br>+FsRtlDissectDbcs@16<br>+FsRtlDissectName@16<br>+FsRtlDoesDbcsContainWildCards@4<br>+FsRtlDoesNameContainWildCards@4<br> FsRtlFastCheckLockForRead<br> FsRtlFastCheckLockForWrite<br> FsRtlFastUnlockAll<br><br>Modified: branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def<br>URL: <a href="http://svn.reactos.org/svn/reactos/branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def?rev=34860&r1=34859&r2=34860&view=diff">http://svn.reactos.org/svn/reactos/branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def?rev=34860&r1=34859&r2=34860&view=diff</a><br>==============================================================================<br>--- branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def [iso-8859-1] (original)<br>+++ branches/pierre-fsd/ntoskrnl/ntoskrnl_i386.def [iso-8859-1] Sun Jul 27 16:19:15 2008<br>@@ -204,9 +204,9 @@<br> FsRtlDeleteKeyFromTunnelCache<br> FsRtlDeleteTunnelCache<br> FsRtlDeregisterUncProvider<br>-FsRtlDissectDbcs<br>+FsRtlDissectDbcs@16<br> FsRtlDissectName@16<br>-FsRtlDoesDbcsContainWildCards<br>+FsRtlDoesDbcsContainWildCards@4<br> FsRtlDoesNameContainWildCards@4<br> FsRtlFastCheckLockForRead<br> FsRtlFastCheckLockForWrite<br><br></div></blockquote></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Best regards,</div><div>Alex Ionescu</div></div></span> </div><br></div></body></html>