mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 01:09:45 +00:00
[PSDK] make winnt.h compile with rtlsupportapi.h
This commit is contained in:
parent
61ff0eb940
commit
ada4584cb6
1 changed files with 5 additions and 0 deletions
|
@ -1442,6 +1442,9 @@ typedef struct _RUNTIME_FUNCTION {
|
||||||
DWORD UnwindData;
|
DWORD UnwindData;
|
||||||
} RUNTIME_FUNCTION,*PRUNTIME_FUNCTION;
|
} RUNTIME_FUNCTION,*PRUNTIME_FUNCTION;
|
||||||
|
|
||||||
|
#ifndef _APISETRTLSUPPORT_
|
||||||
|
#define _APISETRTLSUPPORT_
|
||||||
|
|
||||||
#define UNWIND_HISTORY_TABLE_SIZE 12
|
#define UNWIND_HISTORY_TABLE_SIZE 12
|
||||||
|
|
||||||
typedef struct _UNWIND_HISTORY_TABLE_ENTRY
|
typedef struct _UNWIND_HISTORY_TABLE_ENTRY
|
||||||
|
@ -1462,6 +1465,8 @@ typedef struct _UNWIND_HISTORY_TABLE
|
||||||
UNWIND_HISTORY_TABLE_ENTRY Entry[UNWIND_HISTORY_TABLE_SIZE];
|
UNWIND_HISTORY_TABLE_ENTRY Entry[UNWIND_HISTORY_TABLE_SIZE];
|
||||||
} UNWIND_HISTORY_TABLE, *PUNWIND_HISTORY_TABLE;
|
} UNWIND_HISTORY_TABLE, *PUNWIND_HISTORY_TABLE;
|
||||||
|
|
||||||
|
#endif /* _APISETRTLSUPPORT_ */
|
||||||
|
|
||||||
typedef
|
typedef
|
||||||
_Function_class_(GET_RUNTIME_FUNCTION_CALLBACK)
|
_Function_class_(GET_RUNTIME_FUNCTION_CALLBACK)
|
||||||
PRUNTIME_FUNCTION
|
PRUNTIME_FUNCTION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue