]> 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/WOKTCL/WOKTCL_DefaultCommand.cxx
src/WOKTCL/WOKTCL_Interpretor.cxx

index 5f36c23994631a9eec69a9fa2c75d784a01c25d8..72a7d73e9d4d7ea6368f877bf4f5003f79849fdf 100755 (executable)
@@ -3,6 +3,9 @@
 // Author:     Jean GAUTIER
 //             <jga@cobrax.paris1.matra-dtv.fr>
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
 
 #include <tcl.h>
 
@@ -10,8 +13,8 @@
 #  pragma message( "Information: tcl"TCL_VERSION".lib is using as TCL library" )
 #endif  // WNT
 
-#ifndef WNT
-#include <strstream.h>
+#ifdef HAVE_STRSTREAM_H
+# include <strstream.h>
 #endif
 
 #include <Standard_ErrorHandler.hxx>
index db3d58e396a7add4c341568cb7f415ae67c436a1..360405c9d7e123316e8675173be7e861bea67072 100755 (executable)
@@ -2,12 +2,14 @@
 // Created:    Mon Apr  1 19:26:43 1996
 // Author:     Jean GAUTIER
 //             <jga@cobrax>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
 
 #include <tcl.h>
 
-
-#ifndef WNT
-#include <strstream.h>
+#ifdef HAVE_STRSTREAM_H
+# include <strstream.h>
 #endif
 
 #include <WOKTools_StringValue.hxx>