X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInput%2Ffgjs.cxx;h=81c4cdda0c6fd1e25ad11002325662ddebda2c3e;hb=8be4e97f54121260feb292e1fcbe3d072d28c941;hp=6f0176b4bce223e3de652c84daca475bc57423de;hpb=667e64e1ebc86a0c53112b92b53475898f315c36;p=flightgear.git diff --git a/src/Input/fgjs.cxx b/src/Input/fgjs.cxx index 6f0176b4b..81c4cdda0 100644 --- a/src/Input/fgjs.cxx +++ b/src/Input/fgjs.cxx @@ -28,8 +28,8 @@ #include -#ifdef _MSC_VER -#include +#if defined( _MSC_VER ) || defined( __MINGW32__ ) +# include #endif #include @@ -50,6 +50,7 @@ using std::string; #include #include #include +#include #include
#include
@@ -80,6 +81,8 @@ int main( int argc, char *argv[] ) { cout << "Usage:" << endl; cout << " --help\t\t\tShow this help" << endl; exit(0); + } else if (strncmp("--fg-root=", argv[i], 10) == 0) { + // used later } else { cout << "Unknown option \"" << argv[i] << "\"" << endl; exit(0);