mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[CMAKE]
- Sync with trunk r51050. svn path=/branches/cmake-bringup/; revision=51154
This commit is contained in:
commit
785bea480a
469 changed files with 16304 additions and 9647 deletions
|
@ -88,7 +88,7 @@ VOID
|
|||
);
|
||||
|
||||
typedef
|
||||
BOOLEAN
|
||||
NTSTATUS
|
||||
(NTAPI *pHalAllocateMapRegisters)(
|
||||
IN PADAPTER_OBJECT AdapterObject,
|
||||
IN ULONG Unknown,
|
||||
|
|
|
@ -1285,6 +1285,18 @@ typedef struct _STACK_TRACE_DATABASE
|
|||
RTL_CRITICAL_SECTION CriticalSection;
|
||||
} STACK_TRACE_DATABASE, *PSTACK_TRACE_DATABASE;
|
||||
|
||||
typedef struct _RTL_TRACE_BLOCK
|
||||
{
|
||||
ULONG Magic;
|
||||
ULONG Count;
|
||||
ULONG Size;
|
||||
ULONG UserCount;
|
||||
ULONG UserSize;
|
||||
PVOID UserContext;
|
||||
struct _RTL_TRACE_BLOCK *Next;
|
||||
PVOID *Trace;
|
||||
} RTL_TRACE_BLOCK, *PRTL_TRACE_BLOCK;
|
||||
|
||||
#ifndef NTOS_MODE_USER
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue