From e1d52bced397eb97a5fda0fa1b6256f1967ca72b Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 28 Jul 2008 01:26:56 +0000 Subject: [PATCH] add another export we need in ntoskrnl svn path=/branches/ros-amd64-bringup/; revision=34880 --- reactos/ntoskrnl/ntoskrnl_amd64.def | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/ntoskrnl/ntoskrnl_amd64.def b/reactos/ntoskrnl/ntoskrnl_amd64.def index 4296053b8ea..c58b219e414 100644 --- a/reactos/ntoskrnl/ntoskrnl_amd64.def +++ b/reactos/ntoskrnl/ntoskrnl_amd64.def @@ -15,6 +15,7 @@ KeGetCurrentProcessorNumber RtlConvertUlongToLargeInteger RtlExtendedIntegerMultiply KeQueryTickCount +KeQueryInterruptTime ; ; original: CcCanIWrite