< prev index next >

src/java.desktop/share/native/libsplashscreen/libpng/pngconf.h

Print this page

        

*** 27,39 **** * This file is available under and governed by the GNU General Public * License version 2 only, as published by the Free Software Foundation. * However, the following notice accompanied the original version of this * file and, per its terms, should not be removed: * ! * libpng version 1.6.23, June 9, 2016 * ! * Copyright (c) 1998-2002,2004,2006-2015 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer --- 27,39 ---- * This file is available under and governed by the GNU General Public * License version 2 only, as published by the Free Software Foundation. * However, the following notice accompanied the original version of this * file and, per its terms, should not be removed: * ! * libpng version 1.6.28, January 5, 2017 * ! * Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer
*** 533,545 **** typedef long int png_int_32; #else # error "libpng requires a signed 32-bit (or more) type" #endif ! #if UINT_MAX > 4294967294 typedef unsigned int png_uint_32; ! #elif ULONG_MAX > 4294967294 typedef unsigned long int png_uint_32; #else # error "libpng requires an unsigned 32-bit (or more) type" #endif --- 533,545 ---- typedef long int png_int_32; #else # error "libpng requires a signed 32-bit (or more) type" #endif ! #if UINT_MAX > 4294967294U typedef unsigned int png_uint_32; ! #elif ULONG_MAX > 4294967294U typedef unsigned long int png_uint_32; #else # error "libpng requires an unsigned 32-bit (or more) type" #endif
< prev index next >