~ubuntu-branches/debian/squeeze/python-imaging/squeeze

« back to all changes in this revision

Viewing changes to map.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-08-28 23:14:10 UTC
  • mfrom: (2.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20060828231410-lca9enmne3ecmkup
Tags: 1.1.5-11
* python-imaging-sane: Depend on python-numarray. Closes: #382190.
* Add dependencies on ${shlibs:Depends}, lost in -6. Closes: #378596.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * The Python Imaging Library.
3
 
 * $Id: //modules/pil/map.c#7 $
 
3
 * $Id: map.c 2319 2005-03-11 16:41:26Z fredrik $
4
4
 *
5
5
 * standard memory mapping interface for the Imaging library
6
6
 *
31
31
#define WIN32_LEAN_AND_MEAN
32
32
#ifdef __GNUC__
33
33
#undef INT32
 
34
#undef INT64
34
35
#undef UINT32
35
36
#endif
36
37
#include "windows.h"