From 24225b88bda96b45d99b206c1d75d1974aa0258b Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 7 Apr 2009 13:01:27 +0000 Subject: [PATCH] - silent warning or possible linker error on win --- ext/gd/libgd/gd.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/gd/libgd/gd.h b/ext/gd/libgd/gd.h index 77c98903ad..b974fe0b2f 100644 --- a/ext/gd/libgd/gd.h +++ b/ext/gd/libgd/gd.h @@ -252,6 +252,10 @@ gdImagePtr gdImageCreateFromJpegCtx(gdIOCtx *infile, int ignore_warning); int gdJpegGetVersionInt(); const char * gdPngGetVersionString(); + +int gdJpegGetVersionInt(); +const char * gdJpegGetVersionString(); + /* A custom data source. */ /* The source function must return -1 on error, otherwise the number of bytes fetched. 0 is EOF, not an error! */ -- 2.50.1