[NTOSKRNL]

Remove the old amd64 compilation hack

svn path=/trunk/; revision=48058
This commit is contained in:
Timo Kreuzer 2010-07-15 00:42:26 +00:00
parent 8518877b95
commit 0f9bd40ee3

View file

@ -316,9 +316,6 @@ KiThreadStartup(PKSYSTEM_ROUTINE SystemRoutine,
#endif /* __ASM__ */
#undef KeGetCurrentThread
#define _KeGetCurrentThread KeGetCurrentThread
// HACK
extern NTKERNELAPI volatile KSYSTEM_TIME KeTickCount;