win: define MiniDumpWithAvxXStateContext always (#3998)
This commit is contained in:
parent
1a56f68451
commit
d1a2efc77b
@ -1279,11 +1279,9 @@ static int uv__kill(HANDLE process_handle, int signum) {
|
|||||||
sym_options = SymGetOptions();
|
sym_options = SymGetOptions();
|
||||||
SymSetOptions(sym_options | 0x40000000);
|
SymSetOptions(sym_options | 0x40000000);
|
||||||
|
|
||||||
/* patch for mingw under 12 */
|
/* MiniDumpWithAvxXStateContext might be undef in server2012r2 or mingw < 12 */
|
||||||
#ifdef __MINGW32__
|
|
||||||
#ifndef MiniDumpWithAvxXStateContext
|
#ifndef MiniDumpWithAvxXStateContext
|
||||||
#define MiniDumpWithAvxXStateContext 0x00200000
|
#define MiniDumpWithAvxXStateContext 0x00200000
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
/* We default to a fairly complete dump. In the future, we may want to
|
/* We default to a fairly complete dump. In the future, we may want to
|
||||||
* allow clients to customize what kind of dump to create. */
|
* allow clients to customize what kind of dump to create. */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user