]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/pngrtran.c
Added support for more special characters
[wxWidgets.git] / src / png / pngrtran.c
index ce486bd06d604c63a6d14f945fc3f7b8f53c6a18..489554c7e43060458e105bf0c81107fcf6f27f07 100644 (file)
 #define PNG_INTERNAL
 #include "png.h"
 
+#if defined(_MSC_VER) && !defined(__MWERKS__)
+#define __VISUALC__ _MSC_VER
+#endif
+#ifdef __VISUALC__
+#ifndef WIN32
+#pragma warning(disable:4135)
+#endif
+#endif
+
 /* Set the action on getting a CRC error for an ancillary or critical chunk. */
 void
 png_set_crc_action(png_structp png_ptr, int crit_action, int ancil_action)