[NTOSKRNL]

Apply compilation fix for amd64

svn path=/trunk/; revision=47821
This commit is contained in:
Timo Kreuzer 2010-06-21 19:15:21 +00:00
parent 98ba13ab43
commit dc9cecc4cd

View file

@ -314,7 +314,14 @@ KiThreadStartup(PKSYSTEM_ROUTINE SystemRoutine,
KTRAP_FRAME TrapFrame);
#endif
#endif
#endif /* __ASM__ */
#undef KeGetCurrentThread
#define _KeGetCurrentThread KeGetCurrentThread
// HACK
extern NTKERNELAPI volatile KSYSTEM_TIME KeTickCount;
#endif /* __NTOSKRNL_INCLUDE_INTERNAL_AMD64_KE_H */
/* EOF */