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/ntoskr... ============================================================================== --- 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)
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@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/ntoskr... ============================================================================== --- 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)