X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fbootstrap.cxx;h=734f998c0978fde2e8954ea7bacdad2a1d92225c;hb=18d1593c42c2df60d7fb44ace722ca3e8a7fd82c;hp=e9394211a786f325298260073eb148d19d258081;hpb=3db0cf165981bc55c35bd215590b0f90212a860a;p=flightgear.git diff --git a/src/Main/bootstrap.cxx b/src/Main/bootstrap.cxx index e9394211a..734f998c0 100644 --- a/src/Main/bootstrap.cxx +++ b/src/Main/bootstrap.cxx @@ -39,8 +39,8 @@ #include #include -SG_USING_STD(cerr); -SG_USING_STD(endl); +using std::cerr; +using std::endl; #include "main.hxx" #include "globals.hxx" @@ -141,7 +141,7 @@ int main ( int argc, char **argv ) { // Ignore floating-point exceptions on FreeBSD signal(SIGFPE, SIG_IGN); #endif -#ifndef _MSC_VER +#if !defined( _MSC_VER ) && !defined( __MINGW32__ ) signal(SIGPIPE, SIG_IGN); #endif