mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix by Marc Schtz.
svn path=/trunk/; revision=9137
This commit is contained in:
parent
7d88f002d2
commit
93a7d0e19d
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@
|
||||||
#include "arch/ke.h"
|
#include "arch/ke.h"
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef __ASM__
|
||||||
extern LARGE_INTEGER SystemBootTime;
|
extern LARGE_INTEGER SystemBootTime;
|
||||||
extern ULONG KiKernelTime;
|
extern ULONG KiKernelTime;
|
||||||
extern ULONG KiUserTime;
|
extern ULONG KiUserTime;
|
||||||
extern ULONG KiDpcTime;
|
extern ULONG KiDpcTime;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* INTERNAL KERNEL FUNCTIONS ************************************************/
|
/* INTERNAL KERNEL FUNCTIONS ************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue