ntoskrnl.exe: Export KeServiceDescriptorTable and KeTickCount.

oldstable
Alexandre Julliard 2007-05-15 21:49:26 +02:00
parent 7330edd25d
commit 72f2ba6fc4
2 changed files with 16 additions and 2 deletions

View File

@ -37,6 +37,20 @@
WINE_DEFAULT_DEBUG_CHANNEL(ntoskrnl);
KSYSTEM_TIME KeTickCount;
typedef struct _KSERVICE_TABLE_DESCRIPTOR
{
PULONG_PTR Base;
PULONG Count;
ULONG Limit;
PUCHAR Number;
} KSERVICE_TABLE_DESCRIPTOR, *PKSERVICE_TABLE_DESCRIPTOR;
KSERVICE_TABLE_DESCRIPTOR KeServiceDescriptorTable[4];
static inline LPCSTR debugstr_us( const UNICODE_STRING *us )
{
if (!us) return "<null>";

View File

@ -603,7 +603,7 @@
@ stub KeRundownQueue
@ stub KeSaveFloatingPointState
@ stub KeSaveStateForHibernate
@ stub KeServiceDescriptorTable
@ extern KeServiceDescriptorTable
@ stub KeSetAffinityThread
@ stub KeSetBasePriorityThread
@ stub KeSetDmaIoCoherency
@ -622,7 +622,7 @@
@ stub KeStackAttachProcess
@ stub KeSynchronizeExecution
@ stub KeTerminateThread
@ stub KeTickCount
@ extern KeTickCount
@ stub KeUnstackDetachProcess
@ stub KeUpdateRunTime
@ stub KeUpdateSystemTime