Browse Source

Fixed compile error about gdImageColorResolve (#14426, #15000).

experimental/new_ui_api
Sander Roobol 25 years ago
parent
commit
9ca0100889
  1. 2
      ext/gd/php_gd.h

2
ext/gd/php_gd.h

@ -66,7 +66,7 @@ PHP_MINIT_FUNCTION(gd);
PHP_MSHUTDOWN_FUNCTION(gd);
#ifndef HAVE_GDIMAGECOLORRESOLVE
static int gdImageColorResolve(gdImagePtr, int, int, int);
extern int gdImageColorResolve(gdImagePtr, int, int, int);
#endif
PHP_FUNCTION(imagearc);
PHP_FUNCTION(imagechar);

Loading…
Cancel
Save