kernel32: Work around safety check on siglongjmp.

This commit is contained in:
Maarten Lankhorst 2010-01-26 13:05:28 +01:00 committed by Alexandre Julliard
parent a9f969094c
commit 3d7aabd887
1 changed files with 4 additions and 0 deletions

View File

@ -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"