diff --git a/src/app/main.cpp b/src/app/main.cpp index 570a9aa1a95..4896dbe101a 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -74,6 +74,7 @@ typedef SInt32 SRefCon; static const char * const ident_ = "$Id$"; +#ifndef WIN32 /** print usage text */ void usage( std::string const & appName ) @@ -100,6 +101,7 @@ void usage( std::string const & appName ) } // usage() +#endif ///////////////////////////////////////////////////////////////// @@ -356,6 +358,13 @@ int main( int argc, char *argv[] ) } } } +#else + for(int i=1; i