scaling back on redefinitions

This commit is contained in:
wiredfool 2013-03-13 15:11:01 -07:00
parent 9bdd575882
commit e83dbaccce
2 changed files with 0 additions and 13 deletions

View File

@ -21,12 +21,6 @@
#ifndef _PIL_LIBTIFF_
#define _PIL_LIBTIFF_
#ifndef Py_ssize_t
/* Py_ssize_t is not included in py2.4 */
#define Py_ssize_t int
#endif
typedef struct {
tdata_t data; /* tdata_t == void* */
toff_t loc; /* toff_t == uint32 */

View File

@ -14,13 +14,6 @@
#ifdef HAVE_LIBTIFF
#undef INT32
#undef UINT32
#ifndef uint64
#define uint64 uint64_t
#endif
#ifndef uint
#define uint uint32
#endif