mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 18:30:41 +08:00
[PSDK] make winnt.h compile with rtlsupportapi.h
This commit is contained in:
@@ -1442,6 +1442,9 @@ typedef struct _RUNTIME_FUNCTION {
|
||||
DWORD UnwindData;
|
||||
} RUNTIME_FUNCTION,*PRUNTIME_FUNCTION;
|
||||
|
||||
#ifndef _APISETRTLSUPPORT_
|
||||
#define _APISETRTLSUPPORT_
|
||||
|
||||
#define UNWIND_HISTORY_TABLE_SIZE 12
|
||||
|
||||
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, *PUNWIND_HISTORY_TABLE;
|
||||
|
||||
#endif /* _APISETRTLSUPPORT_ */
|
||||
|
||||
typedef
|
||||
_Function_class_(GET_RUNTIME_FUNCTION_CALLBACK)
|
||||
PRUNTIME_FUNCTION
|
||||
|
||||
Reference in New Issue
Block a user