Comment 7 for bug 720782

Revision history for this message
Dimitri John Ledkov (xnox) wrote : Re: [Bug 720782] Re: Passing DIB image as const void *

On 22 February 2011 20:28, Jakub Wilk <email address hidden> wrote:
> As far as I can tell, adding const to a function parameter doesn't break
> ABI. (Removing const, however, would break it.)
>

True. I've learning something new today about C.

See http://stackoverflow.com/q/5083765/259144 for explanation why
Jakub is right ;-)