X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b450f37eba69348afc4b64be52dbef4da9205f94..7ddb15416407390de67cc26b04e91ea99a521f57:/src/png/pngconf.h diff --git a/src/png/pngconf.h b/src/png/pngconf.h index fab3137c5b..f6441d201e 100644 --- a/src/png/pngconf.h +++ b/src/png/pngconf.h @@ -1,7 +1,7 @@ /* pngconf.h - machine configurable file for libpng * - * libpng version 1.5.6 - November 3, 2011 + * libpng version 1.5.7 - December 15, 2011 * * Copyright (c) 1998-2011 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) @@ -370,10 +370,10 @@ # define PNG_USE_RESULT /* not supported */ # endif # ifndef PNG_NORETURN -# define PNG_NORETURN __declspec(noreturn) +# define PNG_NORETURN __declspec(noreturn) # endif # ifndef PNG_ALLOCATED -# if defined(_MSC_VER) && (_MSC_VER >= 1400) +# if (_MSC_VER >= 1400) # define PNG_ALLOCATED __declspec(restrict) # endif # endif