diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2009-04-10 22:19:09 (GMT) |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2009-04-10 22:19:09 (GMT) |
commit | 2d87e42921c3dbf0833ddc51d5690a4032c19b6d (patch) | |
tree | c8f59373de399813290634076d8006f9cc3c4a0b /Modules/tkinter.h | |
parent | 7f587cd3c39cbe2acdb8e8fc7abf1bfec43163ef (diff) | |
download | cpython-2d87e42921c3dbf0833ddc51d5690a4032c19b6d.zip cpython-2d87e42921c3dbf0833ddc51d5690a4032c19b6d.tar.gz cpython-2d87e42921c3dbf0833ddc51d5690a4032c19b6d.tar.bz2 |
Merged revisions 71210 via svnmerge from
svn+ssh://pythondev/python/trunk
........
r71210 | guilherme.polo | 2009-04-04 23:11:19 -0300 (Sat, 04 Apr 2009) | 1 line
Include tkinter.h only after including tk.h (or the equivalent for another platform).
........
Diffstat (limited to 'Modules/tkinter.h')
-rw-r--r-- | Modules/tkinter.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/tkinter.h b/Modules/tkinter.h index 57be878..f7e50cd 100644 --- a/Modules/tkinter.h +++ b/Modules/tkinter.h @@ -2,7 +2,9 @@ #define TKINTER_H /* This header is used to share some macros between _tkinter.c and - * tkappinit.c */ + * tkappinit.c. + * Be sure to include tk.h before including this header so + * TK_VERSION_HEX is properly defined. */ /* TK_RELEASE_LEVEL is always one of the following: * TCL_ALPHA_RELEASE 0 |