X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=8ac54aa5695984ea8d671a3e80b50954dad03b14;hb=571f7301f2b0b493f90769baa0728f82fa8ea731;hp=7f7152d8d031d8e6c8b311e2ebe7f291af53b7bc;hpb=a023700ebe3f2f0067224fa6456e02d91dee444e;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 7f7152d8d..8ac54aa56 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -783,7 +783,7 @@ static void fgIdleFunction ( void ) { # if defined( __CYGWIN__ ) string command = "start /m `cygpath -w " + mp3file.str() + "`"; -# elif defined( WIN32 ) +# elif defined( _WIN32 ) string command = "start /m " + mp3file.str(); # else string command = "mpg123 " + mp3file.str() + "> /dev/null 2>&1";