Merge branch 'master' of github.com:mapnik/mapnik

This commit is contained in:
Dane Springmeyer 2013-07-30 14:31:43 -04:00
commit dd5bb6c643

View file

@ -37,6 +37,7 @@
- avoiding including miniz.c here requires fwd declaring the two structs below - avoiding including miniz.c here requires fwd declaring the two structs below
- being able to fwd declare requires removing typedef from struct declarations in miniz.c - being able to fwd declare requires removing typedef from struct declarations in miniz.c
- being able to fwd declare also requires using pointers to structs - being able to fwd declare also requires using pointers to structs
- if updated, need to apply c++11 fix: https://github.com/mapnik/mapnik/issues/1967
*/ */
// TODO: try using #define MINIZ_HEADER_FILE_ONLY // TODO: try using #define MINIZ_HEADER_FILE_ONLY