Skip to content

Declare gdImageGetInterpolationMethod() for bundled GD - #15329

Merged
cmb69 merged 1 commit into
php:masterfrom
cmb69:cmb/gdImageGetInterpolationMethod
Aug 10, 2024
Merged

Declare gdImageGetInterpolationMethod() for bundled GD#15329
cmb69 merged 1 commit into
php:masterfrom
cmb69:cmb/gdImageGetInterpolationMethod

Conversation

@cmb69

Copy link
Copy Markdown
Member

When this function has been added to our bundled GD[1], it had been overlooked to also declare it in gd.h, like it's done in libgd. While MSVC doesn't have any issues with this, clang reports an error.

[1] 03bd433


See also #15296 (comment)..

When this function has been added to our bundled GD[1], it had been
overlooked to also declare it in gd.h, like it's done in libgd. While
MSVC doesn't have any issues with this, clang reports an error.
[1] <php@03bd433>
@cmb69
cmb69 merged commit 9b41c8b into php:masterAug 10, 2024
@cmb69
cmb69 deleted the cmb/gdImageGetInterpolationMethod branch August 12, 2024 09:50
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@cmb69@devnexen