]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/main.cxx
Merge branch 'torsten/auto'
[flightgear.git] / src / Main / main.cxx
index 7f7152d8d031d8e6c8b311e2ebe7f291af53b7bc..8ac54aa5695984ea8d671a3e80b50954dad03b14 100644 (file)
@@ -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";