mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
define some fastcall functions to the normal functions on amd64
svn path=/branches/ros-amd64-bringup/; revision=35781
This commit is contained in:
@@ -515,6 +515,13 @@ ExGetCurrentProcessorCounts(
|
||||
PULONG TotalCpuTime,
|
||||
PULONG ProcessorNumber);
|
||||
|
||||
/* portability fixes */
|
||||
#ifdef _M_AMD64
|
||||
#define KfReleaseSpinLock KeReleaseSpinLock
|
||||
#define KefAcquireSpinLockAtDpcLevel KeAcquireSpinLockAtDpcLevel
|
||||
#define KefReleaseSpinLockFromDpcLevel KeReleaseSpinLockFromDpcLevel
|
||||
#endif
|
||||
|
||||
#endif /* __NDISSYS_H */
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user