]> OCCT Git - occt-wok.git/commitdiff
OCC16602 Fix rollback - compilation errors on WNT
authorcascade <cascade@opencascade.com>
Wed, 15 Aug 2007 13:11:45 +0000 (13:11 +0000)
committercascade <cascade@opencascade.com>
Wed, 15 Aug 2007 13:11:45 +0000 (13:11 +0000)
src/WOKTools/WOKTools_Options.cxx

index 45e54161e91415881afe27f19743a18dd07e3746..24f178247cbd4541fb527366499a2669aa93c9a5 100755 (executable)
@@ -50,7 +50,7 @@ WOKTools_Options::WOKTools_Options(const Standard_Integer argc,
   mydefines = new WOKTools_HSequenceOfDefine;
   myargs    = new TColStd_HSequenceOfHAsciiString;
   myerrflg  = Standard_False;
-#if ( !defined( WNT ) && !defined( __GNUC__ ) ) || defined(__APPLE__) || defined(__FreeBSD__)
+#if !defined( WNT ) && !defined( __GNUC__ )
   optind    = 1;
 #else
   optind    = 0;