netgen/libsrc/include/inctcl.hpp

9 lines
136 B
C++
Raw Normal View History

2014-10-08 18:46:25 +06:00
#include <tcl.h>
#include <tk.h>
#if TK_MAJOR_VERSION==8 && TK_MINOR_VERSION>=4
#define tcl_const const
#else
#define tcl_const
#endif