Tk Img Extensions
Check-in [f76b1f7cff]
Not logged in
Tcl 2014 Conference, Portland/OR, US, Nov 10-14
Send your abstracts to tclconference@googlegroups.com by Sep 8.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Need "#define HAVE_PROTOTYPES" to compile with MinGW.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f76b1f7cff9a978ab7aae755d7a4610fb4aa34a0
User & Date: obermeier 2013-09-14 21:47:41.000
Context
2013-09-16
10:47
renumber tkimg version to 1.4.2 check-in: 73a78c1dec user: nijtmans tags: trunk
2013-09-14
21:47
Need "#define HAVE_PROTOTYPES" to compile with MinGW. check-in: f76b1f7cff user: obermeier tags: trunk
21:46
Include tcl.h instead of tkimg.h check-in: ac6531d320 user: obermeier tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to compat/libjpeg/jconfig.cfg.
1
2
3
4
5
6
7
8
9
10
11
/* jconfig.cfg --- source file edited by configure script */
/* see jconfig.txt for explanations */

#undef HAVE_PROTOTYPES
#undef HAVE_UNSIGNED_CHAR
#undef HAVE_UNSIGNED_SHORT
#undef void
#undef const
#undef CHAR_IS_UNSIGNED
#undef HAVE_STDDEF_H
#undef HAVE_STDLIB_H



|







1
2
3
4
5
6
7
8
9
10
11
/* jconfig.cfg --- source file edited by configure script */
/* see jconfig.txt for explanations */

#define HAVE_PROTOTYPES
#undef HAVE_UNSIGNED_CHAR
#undef HAVE_UNSIGNED_SHORT
#undef void
#undef const
#undef CHAR_IS_UNSIGNED
#undef HAVE_STDDEF_H
#undef HAVE_STDLIB_H