From 140e549bd998dbfcf79c1274f4cb5efce9a74d90 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Tue, 20 Jan 2009 15:24:47 +0000 Subject: [PATCH] fix GetCurrentProcessorNumber and InterlockedCompareExchangePointer64 exports svn path=/trunk/; revision=38978 --- reactos/dll/win32/kernel32/kernel32.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/kernel32/kernel32.def b/reactos/dll/win32/kernel32/kernel32.def index 0d759c94a12..63d5b2be30d 100644 --- a/reactos/dll/win32/kernel32/kernel32.def +++ b/reactos/dll/win32/kernel32/kernel32.def @@ -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