| Index: compat/non_win/dbghelp.h
|
| diff --git a/compat/non_win/dbghelp.h b/compat/non_win/dbghelp.h
|
| index baf088ba80187227634c7df8e637819a640587aa..08f07ae87c295ff6a68a98c1012119ad74672229 100644
|
| --- a/compat/non_win/dbghelp.h
|
| +++ b/compat/non_win/dbghelp.h
|
| @@ -157,6 +157,9 @@ enum MINIDUMP_STREAM_TYPE {
|
| //! \brief The stream type for MINIDUMP_SYSTEM_INFO.
|
| SystemInfoStream = 7,
|
|
|
| + //! \brief The stream contains information about active `HANDLE`s.
|
| + HandleDataStream = 12,
|
| +
|
| //! \brief The stream type for MINIDUMP_MISC_INFO, MINIDUMP_MISC_INFO_2,
|
| //! MINIDUMP_MISC_INFO_3, and MINIDUMP_MISC_INFO_4.
|
| //!
|
|
|