X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fbootstrap.cxx;h=877712d359f920f2ef0dd2c3338796ba6af2cc7e;hb=b587400846111cc4d6713dcdd38b715c97923d5a;hp=f4c24345dba3ee70367dddb7fda15b9cf80a329d;hpb=3bce3122131dbdb2c00e44f83b2fb876d4939c9a;p=flightgear.git diff --git a/src/Main/bootstrap.cxx b/src/Main/bootstrap.cxx index f4c24345d..877712d35 100644 --- a/src/Main/bootstrap.cxx +++ b/src/Main/bootstrap.cxx @@ -51,6 +51,7 @@ using std::endl; #include "main.hxx" #include "globals.hxx" +#include "fg_props.hxx" #include "fgviewer.hxx" @@ -182,7 +183,7 @@ int main ( int argc, char **argv ) { } initFPE(); #endif -#if !defined( _MSC_VER ) && !defined( __MINGW32__ ) +#ifndef _WIN32 signal(SIGPIPE, SIG_IGN); #endif