summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd_io.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-04-05 17:23:55 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-04-05 17:23:55 +0000
commit61026e391c26ceeef3ebce9218c6e8d4240fcb6e (patch)
tree05db4dee59c6d580740cd3a507ef2a2991927d12 /ext/gd/libgd/gd_io.h
parentf97f219fa789f153349c58f53fc95f2533c57599 (diff)
downloadphp-git-61026e391c26ceeef3ebce9218c6e8d4240fcb6e.tar.gz
Syncronized bunbled GD library with gd 2.0.12
# One very useful feature that I still need to add support for in our # interface to the lib is the support for png compression for imagepng().
Diffstat (limited to 'ext/gd/libgd/gd_io.h')
-rw-r--r--ext/gd/libgd/gd_io.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/gd/libgd/gd_io.h b/ext/gd/libgd/gd_io.h
index fdb68ac8a7..20408e2415 100644
--- a/ext/gd/libgd/gd_io.h
+++ b/ext/gd/libgd/gd_io.h
@@ -2,6 +2,10 @@
#define GD_IO_H 1
#include <stdio.h>
+
+#ifdef VMS
+#define Putchar gdPutchar
+#endif
typedef struct gdIOCtx {
int (*getC)(struct gdIOCtx*);