[ros-diffs] [tkreuzer] 39533: x64 version of ntoskrnl doesn't export ExInterlockedAddLargeStatistic

Steven Edwards winehacker at gmail.com
Tue Feb 10 21:25:52 CET 2009


Does the pspec here use Winebuild? Sorry I can't check at the moment.
If it does, the current winebuild allows you to specify exports for a
given arch by passing

-arch=cpu

in the spec file.

On Tue, Feb 10, 2009 at 10:15 AM,  <tkreuzer at svn.reactos.org> wrote:
> Author: tkreuzer
> Date: Tue Feb 10 09:15:07 2009
> New Revision: 39533
>
> URL: http://svn.reactos.org/svn/reactos?rev=39533&view=rev
> Log:
> x64 version of ntoskrnl doesn't export ExInterlockedAddLargeStatistic
>
> Modified:
>    branches/ros-amd64-bringup/reactos/ntoskrnl/ntoskrnl.pspec
>
> Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/ntoskrnl.pspec
> URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ntoskrnl/ntoskrnl.pspec?rev=39533&r1=39532&r2=39533&view=diff
> ==============================================================================
> --- branches/ros-amd64-bringup/reactos/ntoskrnl/ntoskrnl.pspec [iso-8859-1] (original)
> +++ branches/ros-amd64-bringup/reactos/ntoskrnl/ntoskrnl.pspec [iso-8859-1] Tue Feb 10 09:15:07 2009
> @@ -104,7 +104,9 @@
>  @ stdcall ExInitializeRundownProtectionCacheAware(ptr long)
>  @ stdcall ExInitializeZone(ptr long ptr long)
>  @ stdcall ExInterlockedAddLargeInteger(ptr long long ptr)
> +#ifndef __x86_64__
>  @ fastcall ExInterlockedAddLargeStatistic(ptr long)
> +#endif
>  @ stdcall ExInterlockedAddUlong(ptr long ptr)
>  #ifndef __x86_64__
>  @ fastcall ExInterlockedCompareExchange64(ptr ptr ptr ptr)
>
>



-- 
Steven Edwards

"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo


More information about the Ros-diffs mailing list