]> OCCT Git - occt-wok.git/commitdiff
No comments
authorcas <cas@opencascade.com>
Tue, 31 Jul 2001 17:44:49 +0000 (17:44 +0000)
committercas <cas@opencascade.com>
Tue, 31 Jul 2001 17:44:49 +0000 (17:44 +0000)
src/WOKLibs/wokcmd.cxx

index e2f14133b485368b399af7969cf5ee3d474aa55a..f21d1e6aad0cdab97b21b081f8ce310525f2d7e8 100755 (executable)
@@ -3,10 +3,13 @@
 // Author:     Jean GAUTIER
 //             <jga@cobrax>
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
 
 #include <tcl.h>
-#ifndef WNT
-#include <strstream.h>
+#ifndef HAVE_STRSTREAM_H
+# include <strstream.h>
 #endif
 
 #include <Standard_ErrorHandler.hxx>
@@ -79,8 +82,7 @@ int Wok_Init(WOKTclTools_PInterp interp)
 
   
 
-  WOKTclTools_Package tcl(CurrentInterp, "Tcl", TCL_VERSION );
-
+  WOKTclTools_Package tcl(CurrentInterp, "Tcl", TCL_VERSION);
   
   tcl.Require();