mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
fix GetCurrentProcessorNumber and InterlockedCompareExchangePointer64 exports
svn path=/trunk/; revision=38978
This commit is contained in:
parent
29817cbb51
commit
140e549bd9
1 changed files with 2 additions and 2 deletions
|
@ -368,7 +368,7 @@ GetCurrentDirectoryA@8
|
|||
GetCurrentDirectoryW@8
|
||||
GetCurrentProcess@0
|
||||
GetCurrentProcessId@0
|
||||
GetCurrentProcessorNumber@0=NTDLL.RtlGetCurrentProcessorNumber@0
|
||||
GetCurrentProcessorNumber@0=NTDLL.RtlGetCurrentProcessorNumber
|
||||
GetCurrentThread@0
|
||||
GetCurrentThreadId@0
|
||||
GetDateFormatA@24
|
||||
|
@ -603,7 +603,7 @@ InitializeCriticalSectionAndSpinCount@8
|
|||
InitializeSListHead@4=NTDLL.RtlInitializeSListHead
|
||||
InitializeSRWLock@4=NTDLL.RtlInitializeSRWLock
|
||||
InterlockedCompareExchange@12
|
||||
InterlockedCompareExchange64@20=NTDLL.RtlInterlockedCompareExchange64@20
|
||||
InterlockedCompareExchange64@20=NTDLL.RtlInterlockedCompareExchange64
|
||||
InterlockedDecrement@4
|
||||
InterlockedExchange@8
|
||||
InterlockedExchangeAdd@8
|
||||
|
|
Loading…
Reference in a new issue