mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
Apply compilation fix for amd64 svn path=/trunk/; revision=47821
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user