mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
CTM in rosapps now compiles again.
svn path=/trunk/; revision=5397
This commit is contained in:
parent
83c3378434
commit
a98f810f35
1 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@
|
||||||
|
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <epsapi.h>
|
#include <epsapi.h>
|
||||||
|
#include <ntos/zwtypes.h>
|
||||||
|
|
||||||
#include "ctm.h"
|
#include "ctm.h"
|
||||||
|
|
||||||
|
@ -322,7 +323,7 @@ void PerfDataRefresh()
|
||||||
DWORD dwSize;
|
DWORD dwSize;
|
||||||
double CurrentKernelTime;
|
double CurrentKernelTime;
|
||||||
PSYSTEM_PROCESSORTIME_INFO SysProcessorTimeInfo;
|
PSYSTEM_PROCESSORTIME_INFO SysProcessorTimeInfo;
|
||||||
SYSTEM_PERFORMANCE_INFO SysPerfInfo;
|
SYSTEM_PERFORMANCE_INFORMATION SysPerfInfo;
|
||||||
SYSTEM_TIMEOFDAY_INFORMATION SysTimeInfo;
|
SYSTEM_TIMEOFDAY_INFORMATION SysTimeInfo;
|
||||||
|
|
||||||
#ifdef TIMES
|
#ifdef TIMES
|
||||||
|
|
Loading…
Reference in a new issue