From 75e63622a8b3123a5f5d6a464f60678528e6a302 Mon Sep 17 00:00:00 2001 From: cas Date: Wed, 18 Jul 2001 18:22:19 +0000 Subject: [PATCH] No comments --- src/WOKTclTools/WOKTclTools_Interpretor.cxx | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/WOKTclTools/WOKTclTools_Interpretor.cxx b/src/WOKTclTools/WOKTclTools_Interpretor.cxx index 2bda3ab..4af79f5 100755 --- a/src/WOKTclTools/WOKTclTools_Interpretor.cxx +++ b/src/WOKTclTools/WOKTclTools_Interpretor.cxx @@ -13,6 +13,8 @@ #include #include +#include + #ifdef WNT #include #define WOKUtils_ProcessManager WOKUtils_ShellManager @@ -30,20 +32,10 @@ void Free ( void* ); #include #ifdef WNT -# ifdef TCL_VERSION_75 -# pragma comment( lib, "tcl75.lib" ) -# pragma message( "Information: tcl75.lib is using as TCL library" ) -# include -# elif defined( TCL_VERSION_76 ) -# pragma comment( lib, "tcl76.lib" ) -# pragma message( "Information: tcl76.lib is using as TCL library" ) -# else -# pragma comment( lib, "tcl76i.lib" ) -# pragma message( "Information: tcl76i.lib is using as TCL library" ) -# endif // TCL75 +# pragma message( "Information: tcl"TCL_VERSION".lib is using as TCL library" ) #endif // WNT -#include + // // Call backs for TCL -- 2.39.5