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

Alex Ionescu ionucu at videotron.ca
Mon Jul 28 00:00:30 CEST 2008


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 at 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_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
>

Best regards,
Alex Ionescu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20080727/aa44fe18/attachment-0001.html 


More information about the Ros-diffs mailing list