mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
kernel32: Work around safety check on siglongjmp.
This commit is contained in:
parent
a9f969094c
commit
3d7aabd887
@ -21,6 +21,10 @@
|
||||
* - proper handling of 16-bit stack and signal stack
|
||||
*/
|
||||
|
||||
/* Fortify source chokes on siglongjmp stack switching, so disable it */
|
||||
#undef _FORTIFY_SOURCE
|
||||
#define _FORTIFY_SOURCE 0
|
||||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user