]> OCCT Git - occt-wok.git/commitdiff
OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski
authorcascade <cascade@opencascade.com>
Fri, 7 Sep 2007 14:50:58 +0000 (14:50 +0000)
committercascade <cascade@opencascade.com>
Fri, 7 Sep 2007 14:50:58 +0000 (14:50 +0000)
src/WOKTools/WOKTools_Options.cxx

index 24f178247cbd4541fb527366499a2669aa93c9a5..45e54161e91415881afe27f19743a18dd07e3746 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__ )
+#if ( !defined( WNT ) && !defined( __GNUC__ ) ) || defined(__APPLE__) || defined(__FreeBSD__)
   optind    = 1;
 #else
   optind    = 0;