Fix a 64bit issue

Thank you libpng, for typedef unsigned long png_uint_32.
This commit is contained in:
Matthias Clasen 2010-03-25 00:55:15 -04:00
parent eb42c9e9ce
commit a0f23e1706

View File

@ -261,7 +261,7 @@ gdk_pixbuf__png_image_load (FILE *f, GError **error)
gchar *icc_profile_base64;
const gchar *icc_profile_title;
const gchar *icc_profile;
guint icc_profile_size;
gulong icc_profile_size;
guint32 retval;
gint compression_type;
@ -607,7 +607,7 @@ png_info_callback (png_structp png_read_ptr,
gchar *icc_profile_base64;
const gchar *icc_profile_title;
const gchar *icc_profile;
guint icc_profile_size;
gulong icc_profile_size;
guint32 retval;
gint compression_type;