mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[RSYM/x64] Sync UNW_FLAG_* values (#6653)
Follow-up to PR #6641 and commit d45876b81
This commit is contained in:
@@ -105,9 +105,10 @@ typedef union _UNWIND_CODE
|
||||
|
||||
enum
|
||||
{
|
||||
UNW_FLAG_NHANDLER = 0x00,
|
||||
UNW_FLAG_EHANDLER = 0x01,
|
||||
UNW_FLAG_UHANDLER = 0x02,
|
||||
UNW_FLAG_CHAININFO = 0x03,
|
||||
UNW_FLAG_CHAININFO = 0x04
|
||||
};
|
||||
|
||||
typedef struct _UNWIND_INFO
|
||||
|
||||
Reference in New Issue
Block a user