needs <signal.h> #ifndef _WIN32 in class member
This commit is contained in:
parent
d554a18fa2
commit
41f325243b
|
@ -22,6 +22,11 @@
|
||||||
#include <sys/ucontext.h>
|
#include <sys/ucontext.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
|
#include <signal.h>
|
||||||
|
/* siginfo_t */
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 64-bit Windows exception recovery facilities will expect to interact with
|
* 64-bit Windows exception recovery facilities will expect to interact with
|
||||||
* the 64-bit registers of the Intel architecture (e.g., rax instead of eax).
|
* the 64-bit registers of the Intel architecture (e.g., rax instead of eax).
|
||||||
|
|
Loading…
Reference in New Issue