Re: Successfully defining png_int_16 in pngconf.h

"Matthias B." <[email protected]> Mon, 18 Feb 2019 01:19:57 +0100
Newsgroups gmane.comp.graphics.png.devel
Message-ID <20190218011957.19dbd5eb@ninja>
On Sat, 16 Feb 2019 14:08:20 -0800
Michael Enright <[email protected]> wrote:

> On Sat, Feb 16, 2019 at 10:40 AM Matthias B. wrote:
> 
> > On Thu, 14 Feb 2019 17:51:37 -0800
> > Michael Enright wrote:
> >
> > What's preventing you from including a modified version of
> > pngconf.h in your project?
> >  
> 
> I was hoping to achieve my goals without patching anything, so I
> would not inadvertently introduce bugs.

It's pretty hard to introduce bugs for a trivial change such as
replacing "INT_MIN == -32768 && INT_MAX == 32767" with "0".

MSB

-- 
There are only 10 types of people in this world:
Those who understand binary, and those who don't.