Commit c5eba1e4 authored by Guilherme Polo's avatar Guilherme Polo

Enforcing Tk 8.3.1 requirement.

parent a66cf5bd
......@@ -76,8 +76,8 @@ Copyright (C) 1994 Steen Lumholt.
#define CONST
#endif
#if TK_VERSION_HEX < 0x08020002
#error "Tk older than 8.2 not supported"
#if TK_VERSION_HEX < 0x08030102
#error "Tk older than 8.3.1 not supported"
#endif
/* Unicode conversion assumes that Tcl_UniChar is two bytes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment