diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-05-29 12:45:47 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-05-29 12:45:47 (GMT) |
commit | c85a2c8908076c90c8afa8de57a9e648b38491ee (patch) | |
tree | 12d4d15c3f59ae70b1113469422fb33b9039d700 /generic/tkImgPhoto.c | |
parent | 4b4a835f88287cb7c2b8f337edf73ae60f78ef98 (diff) | |
parent | 4b0887a92a4c3713e274b024df8b62f0d504927d (diff) | |
download | tk-c85a2c8908076c90c8afa8de57a9e648b38491ee.zip tk-c85a2c8908076c90c8afa8de57a9e648b38491ee.tar.gz tk-c85a2c8908076c90c8afa8de57a9e648b38491ee.tar.bz2 |
merge core-8-4-branch, still to be tested on Unix
Diffstat (limited to 'generic/tkImgPhoto.c')
-rw-r--r-- | generic/tkImgPhoto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index b30ca30..85c7de5 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -23,6 +23,8 @@ #ifdef __WIN32__ #include "tkWinInt.h" +#elif defined(__CYGWIN__) +#include "tkUnixInt.h" #endif /* |