X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fbootstrap.cxx;h=877712d359f920f2ef0dd2c3338796ba6af2cc7e;hb=7b95bb5aa382d0e573e4597213a2e0f1c3d53601;hp=6b4f08569a7a70f6d3f0c346c972b11113c7e29d;hpb=8933486a564f84d4a64008dca2a800396a6fc684;p=flightgear.git diff --git a/src/Main/bootstrap.cxx b/src/Main/bootstrap.cxx index 6b4f08569..877712d35 100644 --- a/src/Main/bootstrap.cxx +++ b/src/Main/bootstrap.cxx @@ -183,7 +183,7 @@ int main ( int argc, char **argv ) { } initFPE(); #endif -#if !defined( _MSC_VER ) && !defined( __MINGW32__ ) +#ifndef _WIN32 signal(SIGPIPE, SIG_IGN); #endif