Author: cwittich
Date: Tue Jan 20 09:24:47 2009
New Revision: 38978
URL:
http://svn.reactos.org/svn/reactos?rev=38978&view=rev
Log:
fix GetCurrentProcessorNumber and InterlockedCompareExchangePointer64 exports
Modified:
trunk/reactos/dll/win32/kernel32/kernel32.def
Modified: trunk/reactos/dll/win32/kernel32/kernel32.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/kernel3…
==============================================================================
--- trunk/reactos/dll/win32/kernel32/kernel32.def [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/kernel32.def [iso-8859-1] Tue Jan 20 09:24:47 2009
@@ -368,7 +368,7 @@
GetCurrentDirectoryW@8
GetCurrentProcess@0
GetCurrentProcessId@0
-GetCurrentProcessorNumber@0=NTDLL.RtlGetCurrentProcessorNumber@0
+GetCurrentProcessorNumber(a)0=NTDLL.RtlGetCurrentProcessorNumber
GetCurrentThread@0
GetCurrentThreadId@0
GetDateFormatA@24
@@ -603,7 +603,7 @@
InitializeSListHead(a)4=NTDLL.RtlInitializeSListHead
InitializeSRWLock(a)4=NTDLL.RtlInitializeSRWLock
InterlockedCompareExchange@12
-InterlockedCompareExchange64@20=NTDLL.RtlInterlockedCompareExchange64@20
+InterlockedCompareExchange64(a)20=NTDLL.RtlInterlockedCompareExchange64
InterlockedDecrement@4
InterlockedExchange@8
InterlockedExchangeAdd@8