[NTOSKRNL]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 15 Jul 2010 00:42:26 +0000 (00:42 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 15 Jul 2010 00:42:26 +0000 (00:42 +0000)
Remove the old amd64 compilation hack

svn path=/trunk/; revision=48058

reactos/ntoskrnl/include/internal/amd64/ke.h

index 7fec19a..deab4f4 100644 (file)
@@ -316,9 +316,6 @@ KiThreadStartup(PKSYSTEM_ROUTINE SystemRoutine,
 
 #endif /* __ASM__ */
 
-#undef KeGetCurrentThread
-#define _KeGetCurrentThread KeGetCurrentThread
-
 // HACK
 extern NTKERNELAPI volatile KSYSTEM_TIME KeTickCount;